summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/dbase/DTable.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-02 06:59:15 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-02 06:59:15 +0000
commit5b94c5410bf4700eb1bdd32bfa05e6af66c018cc (patch)
tree4a36050d0a10461bd43ef3454b4df5d5fab2c8ef /connectivity/source/inc/dbase/DTable.hxx
parent13cbe8cc270b0c9566b7c94fddb23ee10ad115a2 (diff)
#90482# check for error code if stream
Diffstat (limited to 'connectivity/source/inc/dbase/DTable.hxx')
-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;