Kaydet (Commit) 079610f6 authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

KAB loplugin:unnecessaryoverride

Change-Id: I62e6f2488554df663e0ae6c72b6af9e2ec9976a1
üst 4b7435e3
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment