diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-04 12:19:21 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-04 12:19:21 +0000 |
commit | 99158f2444aa6c548720c470f1631fb0a58cd1c1 (patch) | |
tree | 2711bce59c9b9ae35f12df28ebce3d2c204426eb /connectivity/source/inc/file/FResultSet.hxx | |
parent | d5a21e30af4996bf62a93e8eceb8098194fcfae9 (diff) |
collect bookmarks
Diffstat (limited to 'connectivity/source/inc/file/FResultSet.hxx')
-rw-r--r-- | connectivity/source/inc/file/FResultSet.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/inc/file/FResultSet.hxx b/connectivity/source/inc/file/FResultSet.hxx index bf9879394a02..cfbec96343d6 100644 --- a/connectivity/source/inc/file/FResultSet.hxx +++ b/connectivity/source/inc/file/FResultSet.hxx @@ -2,9 +2,9 @@ * * $RCSfile: FResultSet.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-04 13:19:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -325,6 +325,7 @@ OFILEKeyCompare(const void * elem1, const void * elem2); void GetAssignValues(); void scanParameter(OSQLParseNode* pParseNode,::std::vector< OSQLParseNode*>& _rParaNodes); + sal_Bool moveAbsolute(sal_Int32 _nOffset,sal_Bool _bRetrieveData); protected: using OResultSet_BASE::rBHelper; |