summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/dbase')
-rw-r--r--connectivity/source/inc/dbase/DTable.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx
index 74c4f209d880..d0016efa0427 100644
--- a/connectivity/source/inc/dbase/DTable.hxx
+++ b/connectivity/source/inc/dbase/DTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DTable.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: oj $ $Date: 2001-06-29 08:29:14 $
+ * last change: $Author: oj $ $Date: 2001-08-02 07:59:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,6 +157,8 @@ namespace connectivity
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet> isUniqueByColumnName(const ::rtl::OUString& _rColName);
void AllocBuffer();
+ void throwInvalidDbaseFormat();
+
protected:
virtual void FileClose();
// using ::connectivity::sdbcx::OTableDescriptor_BASE::rBHelper;