summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/progressbarwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/progressbarwrapper.hxx')
-rw-r--r--framework/inc/uielement/progressbarwrapper.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx
index 02f24cb6bdab..62f53221a646 100644
--- a/framework/inc/uielement/progressbarwrapper.hxx
+++ b/framework/inc/uielement/progressbarwrapper.hxx
@@ -47,28 +47,28 @@ class ProgressBarWrapper : public UIElementWrapperBase
// wrapped methods of css::task::XStatusIndicator
/// @throws css::uno::RuntimeException
- void start( const OUString& Text, ::sal_Int32 Range ) throw (css::uno::RuntimeException, std::exception);
+ void start( const OUString& Text, ::sal_Int32 Range );
/// @throws css::uno::RuntimeException
- void end() throw (css::uno::RuntimeException, std::exception);
+ void end();
/// @throws css::uno::RuntimeException
- void setText( const OUString& Text ) throw (css::uno::RuntimeException, std::exception);
+ void setText( const OUString& Text );
/// @throws css::uno::RuntimeException
- void setValue( ::sal_Int32 Value ) throw (css::uno::RuntimeException, std::exception);
+ void setValue( ::sal_Int32 Value );
/// @throws css::uno::RuntimeException
- void reset() throw (css::uno::RuntimeException, std::exception);
+ void reset();
// UNO interfaces
// 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;
// XUpdatable
- virtual void SAL_CALL update() throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL update() 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;
// variables
// (should be private everyway!)