diff options
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_driver.cxx | 2 | ||||
-rw-r--r-- | mysqlc/source/mysqlc_resultset.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/mysqlc/source/mysqlc_driver.cxx b/mysqlc/source/mysqlc_driver.cxx index 05cd9e0e4fff..850d47fd6be8 100644 --- a/mysqlc/source/mysqlc_driver.cxx +++ b/mysqlc/source/mysqlc_driver.cxx @@ -108,11 +108,9 @@ OUString SAL_CALL MysqlCDriver::getImplementationName() } /* }}} */ -/* {{{ MysqlCDriver::supportsService() -I- */ sal_Bool SAL_CALL MysqlCDriver::supportsService(const OUString& _rServiceName) throw(RuntimeException, std::exception) { - OSL_TRACE("MysqlCDriver::supportsService"); return cppu::supportsService(this, _rServiceName); } /* }}} */ diff --git a/mysqlc/source/mysqlc_resultset.cxx b/mysqlc/source/mysqlc_resultset.cxx index cafcd8e2aa17..aa602f631be2 100644 --- a/mysqlc/source/mysqlc_resultset.cxx +++ b/mysqlc/source/mysqlc_resultset.cxx @@ -70,11 +70,9 @@ Sequence< OUString > SAL_CALL OResultSet::getSupportedServiceNames() } /* }}} */ -/* {{{ OResultSet::supportsService() -I- */ sal_Bool SAL_CALL OResultSet::supportsService(const OUString& _rServiceName) throw(RuntimeException, std::exception) { - OSL_TRACE("OResultSet::supportsService"); return cppu::supportsService(this, _rServiceName); } /* }}} */ |