diff options
Diffstat (limited to 'framework/source/uielement/popuptoolbarcontroller.cxx')
-rw-r--r-- | framework/source/uielement/popuptoolbarcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index 52d6746196fe..e23f64ce2fa8 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -62,7 +62,7 @@ typedef cppu::ImplInheritanceHelper< svt::ToolboxController, class PopupMenuToolbarController : public ToolBarBase { public: - virtual ~PopupMenuToolbarController(); + virtual ~PopupMenuToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; |