diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-11-27 07:00:26 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-11-27 07:00:26 +0000 |
commit | e2d40ddc8a12c8c0b3c1c96e221e1ada409ab092 (patch) | |
tree | 96336b3a0b3395d20f8d439b2dd56f12bfe04684 /connectivity/source/inc/flat | |
parent | ac73f13d240382da176de9b73f0774e2c7946907 (diff) |
new parameter in fetchRow
Diffstat (limited to 'connectivity/source/inc/flat')
-rw-r--r-- | connectivity/source/inc/flat/ETable.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/flat/ETable.hxx b/connectivity/source/inc/flat/ETable.hxx index 9aef12a99ce2..13cc6cc31dbd 100644 --- a/connectivity/source/inc/flat/ETable.hxx +++ b/connectivity/source/inc/flat/ETable.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ETable.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-11-03 13:54:02 $ + * last change: $Author: oj $ $Date: 2000-11-27 07:59:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,7 @@ namespace connectivity ); virtual sal_Bool seekRow(FilePosition eCursorPosition, sal_Int32 nOffset, sal_Int32& nCurPos); - virtual sal_Bool fetchRow(file::OValueRow _rRow,const OSQLColumns& _rCols, sal_Bool bRetrieveData); + virtual sal_Bool fetchRow(file::OValueRow _rRow,const OSQLColumns& _rCols, sal_Bool bIsTable,sal_Bool bRetrieveData); virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); //XTypeProvider |