KAB loplugin:unnecessaryoverride
Change-Id: I62e6f2488554df663e0ae6c72b6af9e2ec9976a1
This commit is contained in:
@@ -76,11 +76,6 @@ KabCommonStatement::~KabCommonStatement()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void KabCommonStatement::disposing()
|
|
||||||
{
|
|
||||||
KabCommonStatement_BASE::disposing();
|
|
||||||
}
|
|
||||||
|
|
||||||
void KabCommonStatement::resetParameters() const throw(css::sdbc::SQLException)
|
void KabCommonStatement::resetParameters() const throw(css::sdbc::SQLException)
|
||||||
{
|
{
|
||||||
lcl_throwError(STR_PARA_ONLY_PREPARED);
|
lcl_throwError(STR_PARA_ONLY_PREPARED);
|
||||||
|
@@ -97,7 +97,7 @@ namespace connectivity
|
|||||||
using KabCommonStatement_BASE::operator css::uno::Reference< css::uno::XInterface >;
|
using KabCommonStatement_BASE::operator css::uno::Reference< css::uno::XInterface >;
|
||||||
|
|
||||||
// OComponentHelper
|
// OComponentHelper
|
||||||
virtual void SAL_CALL disposing() override;
|
using KabCommonStatement_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