[Libreoffice-commits] core.git: connectivity/source

Jan-Marek Glogowski glogow at fbihome.de
Wed Nov 2 18:02:30 UTC 2016


 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 <glogow at 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;


More information about the Libreoffice-commits mailing list