diff options
author | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:26:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2003-09-04 07:26:56 +0000 |
commit | c1e72922ee9a0ea5c5bcc5d5d6405e8065ec00f6 (patch) | |
tree | 527bf8199633d8fa1b15a7861a235d3e935dc1b4 /connectivity | |
parent | 3d6aa0cbea6cc97e7ff2a068ea194ef4f2ffa671 (diff) |
INTEGRATION: CWS oj4 (1.16.100); FILE MERGED
2003/06/27 13:37:58 oj 1.16.100.1: #i14648# implement string functions for file based drivers
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/flat/EResultSet.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/flat/EResultSet.cxx b/connectivity/source/drivers/flat/EResultSet.cxx index b3e9595a387f..280a3f9e9bc7 100644 --- a/connectivity/source/drivers/flat/EResultSet.cxx +++ b/connectivity/source/drivers/flat/EResultSet.cxx @@ -2,9 +2,9 @@ * * $RCSfile: EResultSet.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: oj $ $Date: 2001-10-26 07:45:13 $ + * last change: $Author: obo $ $Date: 2003-09-04 08:26:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -160,7 +160,7 @@ Any SAL_CALL OFlatResultSet::getBookmark( ) throw( SQLException, RuntimeExcept checkDisposed(OResultSet_BASE::rBHelper.bDisposed); - return makeAny((sal_Int32)(*m_aRow)[0]); + return makeAny((sal_Int32)(*m_aRow)[0]->getValue()); } // ------------------------------------------------------------------------- sal_Bool SAL_CALL OFlatResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, RuntimeException) |