summaryrefslogtreecommitdiff
path: root/framework/inc/helper/titlebarupdate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/helper/titlebarupdate.hxx')
-rw-r--r--framework/inc/helper/titlebarupdate.hxx13
1 files changed, 4 insertions, 9 deletions
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index 6fc4cb4c1be5..eaebcf8fb2d6 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -83,21 +83,16 @@ class TitleBarUpdate : public ::cppu::WeakImplHelper<
// XInterface, XTypeProvider
// XInitialization
- virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments)
- throw(css::uno::Exception ,
- css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments) override;
// XFrameActionListener
- virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent)
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL frameAction(const css::frame::FrameActionEvent& aEvent) override;
// XTitleChangeListener
- virtual void SAL_CALL titleChanged(const css::frame::TitleChangedEvent& aEvent)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL titleChanged(const css::frame::TitleChangedEvent& aEvent) override;
// XEventListener
- virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
- throw(css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent) override;
// helper