diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-03-01 09:56:00 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-03-01 09:56:00 +0000 |
commit | b589515bb3c4fa1250d69a4f985d01e4b112b19b (patch) | |
tree | 72c6309a1e615cf558a4dceb39045539be70400d /connectivity/source/inc/dbase/DTable.hxx | |
parent | 7cbeb1ea9ecdb80a9b9606189a23018f0d924a85 (diff) |
error msg inserted
Diffstat (limited to 'connectivity/source/inc/dbase/DTable.hxx')
-rw-r--r-- | connectivity/source/inc/dbase/DTable.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/connectivity/source/inc/dbase/DTable.hxx b/connectivity/source/inc/dbase/DTable.hxx index 7ea8cf5d827b..3fcd61d85466 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.17 $ + * $Revision: 1.18 $ * - * last change: $Author: oj $ $Date: 2001-03-01 10:52:13 $ + * last change: $Author: oj $ $Date: 2001-03-01 10:54:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -187,7 +187,6 @@ namespace connectivity BOOL DropImpl(); BOOL CreateImpl(); String getEntry(); - String getInvalidityMessage() const { return m_sInvalidityMessage; } virtual BOOL InsertRow(file::OValueVector& rRow, BOOL bFlush,const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>& _xCols); virtual BOOL DeleteRow(const OSQLColumns& _rCols); |