loplugin:unnecessaryoverride
Change-Id: I70ba8d3b03c56a597785f109f0cb687bd936bc64
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user