diff options
Diffstat (limited to 'framework/inc/uielement/buttontoolbarcontroller.hxx')
-rw-r--r-- | framework/inc/uielement/buttontoolbarcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/buttontoolbarcontroller.hxx b/framework/inc/uielement/buttontoolbarcontroller.hxx index a935839e605c..570ffe483410 100644 --- a/framework/inc/uielement/buttontoolbarcontroller.hxx +++ b/framework/inc/uielement/buttontoolbarcontroller.hxx @@ -53,7 +53,7 @@ class ButtonToolbarController : public css::frame::XStatusListener, ButtonToolbarController( const css::uno::Reference< css::uno::XComponentContext >& rxContext, ToolBox* pToolBar, const OUString& aCommand ); - virtual ~ButtonToolbarController(); + virtual ~ButtonToolbarController() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw (css::uno::RuntimeException, std::exception) override; |