summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/FTable.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2000-10-05 13:36:14 +0000
committerOcke Janssen <oj@openoffice.org>2000-10-05 13:36:14 +0000
commit665c5d07b17c0c20a53a1da2303acbf14dd7ee21 (patch)
tree51ffb0bbac34519a85d08756e24d03d826e3f86f /connectivity/source/inc/file/FTable.hxx
parent397885c6e3b8a35048ccea0710c1cb390a32f1ba (diff)
new method
Diffstat (limited to 'connectivity/source/inc/file/FTable.hxx')
-rw-r--r--connectivity/source/inc/file/FTable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/FTable.hxx b/connectivity/source/inc/file/FTable.hxx
index 4bde77d5f9af..b7fa3d870253 100644
--- a/connectivity/source/inc/file/FTable.hxx
+++ b/connectivity/source/inc/file/FTable.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FTable.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2000-09-29 15:05:41 $
+ * last change: $Author: oj $ $Date: 2000-10-05 14:36:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -132,7 +132,7 @@ namespace connectivity
virtual void SAL_CALL disposing(void);
OConnection* getConnection() const { return m_pConnection;}
- virtual sal_Int32 getCurrentLastPos() const {return 0;}
+ virtual sal_Int32 getCurrentLastPos() const {return -1;}
virtual sal_Bool seekRow(FilePosition eCursorPosition, sal_Int32 nOffset, sal_Int32& nCurPos) = 0;
virtual sal_Bool fetchRow(OValueRow _rRow,const OSQLColumns& _rCols, sal_Bool bRetrieveData) = 0;