summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/evoab2/NStatement.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-10 13:26:12 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-10 13:26:12 +0000
commitcd29f2e103cafeb37ba8618329466269b5da77f2 (patch)
tree58981255085b9e7401714e91fd45200fb9d27804 /connectivity/source/drivers/evoab2/NStatement.cxx
parent8dff89108bf3d17677ed2eaa6496975c43eaed12 (diff)
INTEGRATION: CWS qiq (1.4.44); FILE MERGED
2006/06/28 08:45:20 fs 1.4.44.1: #i10000#
Diffstat (limited to 'connectivity/source/drivers/evoab2/NStatement.cxx')
-rw-r--r--connectivity/source/drivers/evoab2/NStatement.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx
index 12d0fd8015..27cf697004 100644
--- a/connectivity/source/drivers/evoab2/NStatement.cxx
+++ b/connectivity/source/drivers/evoab2/NStatement.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: NStatement.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-02-28 10:34:38 $
+ * last change: $Author: obo $ $Date: 2006-07-10 14:26:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -226,7 +226,7 @@ sal_Bool SAL_CALL OStatement_Base::execute( const ::rtl::OUString& sql ) throw(S
checkDisposed(OStatement_BASE::rBHelper.bDisposed);
executeQuery( sql );
- return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT || m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT_COUNT;
+ return m_aSQLIterator.getStatementType() == SQL_STATEMENT_SELECT;
}
EBookQuery *OStatement_Base::whereAnalysis( const OSQLParseNode* parseTree ) throw(SQLException, RuntimeException)