diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:26:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 13:26:23 +0000 |
commit | 3593acd46c3d7e661122835a9f0950d0db07973d (patch) | |
tree | 1a90d4fbfe575b0d30ce24da0981cf858a12d150 /connectivity | |
parent | 9baf0f04276a1840b7c5103f22a150b22f9993d6 (diff) |
INTEGRATION: CWS qiq (1.37.2); FILE MERGED
2006/06/28 08:45:20 fs 1.37.2.1: #i10000#
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/file/FPreparedStatement.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/file/FPreparedStatement.cxx b/connectivity/source/drivers/file/FPreparedStatement.cxx index 01f78b679f1e..3f226b5561e4 100644 --- a/connectivity/source/drivers/file/FPreparedStatement.cxx +++ b/connectivity/source/drivers/file/FPreparedStatement.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FPreparedStatement.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: hr $ $Date: 2006-06-20 01:25:53 $ + * last change: $Author: obo $ $Date: 2006-07-10 14:26:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -216,7 +216,7 @@ sal_Bool SAL_CALL OPreparedStatement::execute( ) throw(SQLException, RuntimeExc initResultSet(); - return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT || m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT_COUNT; + return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT; } // ------------------------------------------------------------------------- |