diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-08-02 06:59:15 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-08-02 06:59:15 +0000 |
commit | 5b94c5410bf4700eb1bdd32bfa05e6af66c018cc (patch) | |
tree | 4a36050d0a10461bd43ef3454b4df5d5fab2c8ef /connectivity/source/inc/dbase | |
parent | 13cbe8cc270b0c9566b7c94fddb23ee10ad115a2 (diff) |
#90482# check for error code if stream
Diffstat (limited to 'connectivity/source/inc/dbase')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 6 |
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; |