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

Stephan Bergmann sbergman at redhat.com
Fri Oct 28 17:49:14 UTC 2016


 connectivity/source/drivers/macab/MacabStatement.cxx |    5 -----
 connectivity/source/drivers/macab/MacabStatement.hxx |    2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

New commits:
commit 25df5f2ac79c8b121282e8c0d6506b456b37f819
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Oct 28 19:48:44 2016 +0200

    loplugin:unnecessaryoverride
    
    Change-Id: I70ba8d3b03c56a597785f109f0cb687bd936bc64

diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx
index 0746112..8236c3b 100644
--- a/connectivity/source/drivers/macab/MacabStatement.cxx
+++ b/connectivity/source/drivers/macab/MacabStatement.cxx
@@ -79,11 +79,6 @@ MacabCommonStatement::~MacabCommonStatement()
 {
 }
 
-void MacabCommonStatement::disposing()
-{
-    MacabCommonStatement_BASE::disposing();
-}
-
 void MacabCommonStatement::resetParameters() const throw(css::sdbc::SQLException)
 {
 }
diff --git a/connectivity/source/drivers/macab/MacabStatement.hxx b/connectivity/source/drivers/macab/MacabStatement.hxx
index 7e695f2..0328649 100644
--- a/connectivity/source/drivers/macab/MacabStatement.hxx
+++ b/connectivity/source/drivers/macab/MacabStatement.hxx
@@ -101,7 +101,7 @@ namespace connectivity
             using MacabCommonStatement_BASE::operator css::uno::Reference< css::uno::XInterface >;
 
             // OComponentHelper
-            virtual void SAL_CALL disposing() override;
+            using MacabCommonStatement_BASE::disposing;
 
             // XInterface
             virtual void SAL_CALL release() throw() override;


More information about the Libreoffice-commits mailing list