summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/statusbarwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/statusbarwrapper.hxx')
-rw-r--r--framework/inc/uielement/statusbarwrapper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/uielement/statusbarwrapper.hxx b/framework/inc/uielement/statusbarwrapper.hxx
index c8140a0708a0..e47a8d1034f4 100644
--- a/framework/inc/uielement/statusbarwrapper.hxx
+++ b/framework/inc/uielement/statusbarwrapper.hxx
@@ -38,16 +38,16 @@ class StatusBarWrapper : public UIConfigElementWrapperBase
virtual ~StatusBarWrapper() override;
// XComponent
- virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL dispose() override;
// XInitialization
- virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) override;
// XUIElement
- virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getRealInterface() throw (css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference< css::uno::XInterface > SAL_CALL getRealInterface() override;
// XUIElementSettings
- virtual void SAL_CALL updateSettings() throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL updateSettings() override;
private:
css::uno::Reference< css::lang::XComponent > m_xStatusBarManager;