Kaydet (Commit) 675df4a7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:unnecessaryoverride (dtors) in vbahelper

Change-Id: I809869a438b710b2c4722027cc78d39a81b0a092
üst 5ebfc3ad
......@@ -102,7 +102,7 @@ private:
ScVbaControl *pControl;
public:
explicit ScVbaControlListener( ScVbaControl *pTmpControl );
virtual ~ScVbaControlListener() override;
virtual void SAL_CALL disposing( const lang::EventObject& rEventObject ) throw( uno::RuntimeException, std::exception ) override;
};
......@@ -110,10 +110,6 @@ ScVbaControlListener::ScVbaControlListener( ScVbaControl *pTmpControl ): pContro
{
}
ScVbaControlListener::~ScVbaControlListener()
{
}
void SAL_CALL
ScVbaControlListener::disposing( const lang::EventObject& ) throw( uno::RuntimeException, std::exception )
{
......
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