summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/kab/KStatement.cxx5
-rw-r--r--connectivity/source/drivers/kab/KStatement.hxx2
2 files changed, 1 insertions, 6 deletions
diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx
index 51ed99c6675a..dd6f22b8f56a 100644
--- a/connectivity/source/drivers/kab/KStatement.cxx
+++ b/connectivity/source/drivers/kab/KStatement.cxx
@@ -76,11 +76,6 @@ KabCommonStatement::~KabCommonStatement()
{
}
-void KabCommonStatement::disposing()
-{
- KabCommonStatement_BASE::disposing();
-}
-
void KabCommonStatement::resetParameters() const throw(css::sdbc::SQLException)
{
lcl_throwError(STR_PARA_ONLY_PREPARED);
diff --git a/connectivity/source/drivers/kab/KStatement.hxx b/connectivity/source/drivers/kab/KStatement.hxx
index 31907fdca3d7..d0fe69f30c3c 100644
--- a/connectivity/source/drivers/kab/KStatement.hxx
+++ b/connectivity/source/drivers/kab/KStatement.hxx
@@ -97,7 +97,7 @@ namespace connectivity
using KabCommonStatement_BASE::operator css::uno::Reference< css::uno::XInterface >;
// OComponentHelper
- virtual void SAL_CALL disposing() override;
+ using KabCommonStatement_BASE::disposing;
// XInterface
virtual void SAL_CALL release() throw() override;