summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-10-28 19:48:44 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-10-28 19:48:44 +0200
commit25df5f2ac79c8b121282e8c0d6506b456b37f819 (patch)
treea5867c2e9224792c0ed15aa3ba47c5949bdc633a /connectivity
parent5c33253daf23224424cf6b181a2c2235c4a82539 (diff)
loplugin:unnecessaryoverride
Change-Id: I70ba8d3b03c56a597785f109f0cb687bd936bc64
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.cxx5
-rw-r--r--connectivity/source/drivers/macab/MacabStatement.hxx2
2 files changed, 1 insertions, 6 deletions
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;