summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-22 20:51:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 08:54:36 +0100
commit6cda7d5793cf079a652cf31fc07f44797a1bd22e (patch)
tree074670fe65bc019469243b84cdcc74d0663db0e1 /framework/inc
parentfab0e8b40d32d17e5f79f4abbcf33caa610ff70f (diff)
coverity#1215384 Uncaught exception
Change-Id: I833b8b9532c61f666755ed5e92135da3aeb55f27
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/uielement/progressbarwrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx
index 6f418418a889..f4213084fa46 100644
--- a/framework/inc/uielement/progressbarwrapper.hxx
+++ b/framework/inc/uielement/progressbarwrapper.hxx
@@ -49,7 +49,7 @@ class ProgressBarWrapper : public UIElementWrapperBase
// wrapped methods of ::com::sun::star::task::XStatusIndicator
void start( const OUString& Text, ::sal_Int32 Range ) throw (css::uno::RuntimeException, std::exception);
void end() throw (::com::sun::star::uno::RuntimeException);
- void setText( const OUString& Text ) throw (::com::sun::star::uno::RuntimeException);
+ void setText( const OUString& Text ) throw (css::uno::RuntimeException, std::exception);
void setValue( ::sal_Int32 Value ) throw (css::uno::RuntimeException, std::exception);
void reset() throw (::com::sun::star::uno::RuntimeException);