diff options
author | Noel Power <noel.power@suse.com> | 2012-08-16 17:43:12 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2012-08-16 17:43:12 +0100 |
commit | d88325f73e6912928913eb41297e6aa4643655f5 (patch) | |
tree | 61b91a97ac06b00444920a832de8a04c1b5fcd5a /connectivity/source/drivers/evoab2 | |
parent | 094654fcebe35af07a9e12137becdf85277ef706 (diff) |
Revert "fix for fdo#48200.diff import regrex state for filter"
This reverts commit 094654fcebe35af07a9e12137becdf85277ef706.
Diffstat (limited to 'connectivity/source/drivers/evoab2')
-rw-r--r-- | connectivity/source/drivers/evoab2/NPreparedStatement.cxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/evoab2/NStatement.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/evoab2/NPreparedStatement.cxx b/connectivity/source/drivers/evoab2/NPreparedStatement.cxx index 6c94688e08c2..3265547c84f6 100644 --- a/connectivity/source/drivers/evoab2/NPreparedStatement.cxx +++ b/connectivity/source/drivers/evoab2/NPreparedStatement.cxx @@ -128,7 +128,6 @@ void SAL_CALL OEvoabPreparedStatement::close( ) throw(SQLException, RuntimeExce sal_Bool SAL_CALL OEvoabPreparedStatement::execute( ) throw(SQLException, RuntimeException) { - printf("OEvoabPreparedStatement::execute()\n"); ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OCommonStatement_IBase::rBHelper.bDisposed); diff --git a/connectivity/source/drivers/evoab2/NStatement.cxx b/connectivity/source/drivers/evoab2/NStatement.cxx index 136f92e90d8f..7bf00160321b 100644 --- a/connectivity/source/drivers/evoab2/NStatement.cxx +++ b/connectivity/source/drivers/evoab2/NStatement.cxx @@ -615,7 +615,6 @@ IMPLEMENT_FORWARD_XTYPEPROVIDER2( OStatement, OCommonStatement, OStatement_IBase // ------------------------------------------------------------------------- sal_Bool SAL_CALL OStatement::execute( const ::rtl::OUString& _sql ) throw(SQLException, RuntimeException) { - printf("OStatement::execute()\n"); ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OCommonStatement_IBase::rBHelper.bDisposed); |