From 25df5f2ac79c8b121282e8c0d6506b456b37f819 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 28 Oct 2016 19:48:44 +0200 Subject: loplugin:unnecessaryoverride Change-Id: I70ba8d3b03c56a597785f109f0cb687bd936bc64 --- connectivity/source/drivers/macab/MacabStatement.cxx | 5 ----- connectivity/source/drivers/macab/MacabStatement.hxx | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/macab/MacabStatement.cxx b/connectivity/source/drivers/macab/MacabStatement.cxx index 0746112dfa89..8236c3b222df 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 7e695f2ede96..0328649b734d 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; -- cgit