KAB loplugin:unnecessaryoverride

Change-Id: I62e6f2488554df663e0ae6c72b6af9e2ec9976a1
This commit is contained in:
Jan-Marek Glogowski
2016-11-02 12:32:39 +01:00
parent 4b7435e31a
commit 079610f6ca
2 changed files with 1 additions and 6 deletions

View File

@@ -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);

View File

@@ -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;