connectivity/source/drivers/kab/KStatement.cxx | 5 ----- connectivity/source/drivers/kab/KStatement.hxx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-)
New commits: commit 079610f6ca215817bfff93b753e07a4a3e35ecc6 Author: Jan-Marek Glogowski <glo...@fbihome.de> Date: Wed Nov 2 12:32:39 2016 +0100 KAB loplugin:unnecessaryoverride Change-Id: I62e6f2488554df663e0ae6c72b6af9e2ec9976a1 diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx index 51ed99c..dd6f22b 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 31907fd..d0fe69f 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits