summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2016-11-02 12:32:39 +0100
committerJan-Marek Glogowski <glogow@fbihome.de>2016-11-02 19:00:38 +0100
commit079610f6ca215817bfff93b753e07a4a3e35ecc6 (patch)
tree56c0ea77b78f027f04f3b620c224cbb35975f274 /connectivity
parent4b7435e31ac821d1738eda23a6688461efcbd311 (diff)
KAB loplugin:unnecessaryoverride
Change-Id: I62e6f2488554df663e0ae6c72b6af9e2ec9976a1
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/kab/KStatement.cxx5
-rw-r--r--connectivity/source/drivers/kab/KStatement.hxx2
2 files changed, 1 insertions, 6 deletions
diff --git a/connectivity/source/drivers/kab/KStatement.cxx b/connectivity/source/drivers/kab/KStatement.cxx
index 51ed99c6675a..dd6f22b8f56a 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 31907fdca3d7..d0fe69f30c3c 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;