Kaydet (Commit) 34378c7d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:override

Change-Id: I9a67ed46a67be521d00ed2368b4820737dcb15e5
üst b2afafa4
......@@ -35,13 +35,13 @@ class TestListener : public WeakImplHelper1< XVetoableChangeListener >
{
public:
// Methods
virtual void SAL_CALL disposing( const css::lang::EventObject& /*Source*/ ) throw(css::uno::RuntimeException)
virtual void SAL_CALL disposing( const css::lang::EventObject& /*Source*/ ) throw(css::uno::RuntimeException) override
{
}
virtual void SAL_CALL vetoableChange( const css::beans::PropertyChangeEvent& /*aEvent*/ )
throw(css::beans::PropertyVetoException, css::uno::RuntimeException)
throw(css::beans::PropertyVetoException, css::uno::RuntimeException) 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