summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/complextoolbarcontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/complextoolbarcontroller.hxx')
-rw-r--r--framework/inc/uielement/complextoolbarcontroller.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/inc/uielement/complextoolbarcontroller.hxx b/framework/inc/uielement/complextoolbarcontroller.hxx
index e9d90d7d0d04..fad83e62a233 100644
--- a/framework/inc/uielement/complextoolbarcontroller.hxx
+++ b/framework/inc/uielement/complextoolbarcontroller.hxx
@@ -48,13 +48,13 @@ class ComplexToolbarController : public svt::ToolboxController
virtual ~ComplexToolbarController() override;
// XComponent
- virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL dispose() override;
// XToolbarController
- virtual void SAL_CALL execute( sal_Int16 KeyModifier ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL execute( sal_Int16 KeyModifier ) override;
// XStatusListener
- virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent& Event ) throw ( css::uno::RuntimeException, std::exception ) override;
+ virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent& Event ) override;
DECL_STATIC_LINK( ComplexToolbarController, ExecuteHdl_Impl, void*, void );
DECL_STATIC_LINK( ComplexToolbarController, Notify_Impl, void*, void);