loplugin:unnecessaryoverride

Change-Id: I70ba8d3b03c56a597785f109f0cb687bd936bc64
This commit is contained in:
Stephan Bergmann
2016-10-28 19:48:44 +02:00
parent 5c33253daf
commit 25df5f2ac7
2 changed files with 1 additions and 6 deletions

View File

@@ -79,11 +79,6 @@ MacabCommonStatement::~MacabCommonStatement()
{ {
} }
void MacabCommonStatement::disposing()
{
MacabCommonStatement_BASE::disposing();
}
void MacabCommonStatement::resetParameters() const throw(css::sdbc::SQLException) void MacabCommonStatement::resetParameters() const throw(css::sdbc::SQLException)
{ {
} }

View File

@@ -101,7 +101,7 @@ namespace connectivity
using MacabCommonStatement_BASE::operator css::uno::Reference< css::uno::XInterface >; using MacabCommonStatement_BASE::operator css::uno::Reference< css::uno::XInterface >;
// OComponentHelper // OComponentHelper
virtual void SAL_CALL disposing() override; using MacabCommonStatement_BASE::disposing;
// XInterface // XInterface
virtual void SAL_CALL release() throw() override; virtual void SAL_CALL release() throw() override;