summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/statusindicatorinterfacewrapper.hxx')
-rw-r--r--framework/inc/uielement/statusindicatorinterfacewrapper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
index fc3566cc3079..4dd0b069a98a 100644
--- a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
+++ b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
@@ -44,11 +44,11 @@ class StatusIndicatorInterfaceWrapper : public ::cppu::WeakImplHelper< css::ta
// XStatusIndicator
virtual void SAL_CALL start ( const OUString& sText ,
- sal_Int32 nRange ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL end ( ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL reset ( ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL setText ( const OUString& sText ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( css::uno::RuntimeException, std::exception ) override;
+ sal_Int32 nRange ) override;
+ virtual void SAL_CALL end ( ) override;
+ virtual void SAL_CALL reset ( ) override;
+ virtual void SAL_CALL setText ( const OUString& sText ) override;
+ virtual void SAL_CALL setValue( sal_Int32 nValue ) override;
private:
css::uno::WeakReference< css::lang::XComponent > m_xStatusIndicatorImpl;