summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-22 20:51:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 08:54:36 +0100
commit4cf56e058488ce7c24f992f1e5125676b7064ede (patch)
tree9f2b5c1b52d8fe77fe9748070bcdf9af3ff50443 /framework/inc
parent6cda7d5793cf079a652cf31fc07f44797a1bd22e (diff)
coverity#1215383 Uncaught exception
Change-Id: I568ba1a942acd622611fb53210e303147b77601f
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 f4213084fa46..15fec13e1136 100644
--- a/framework/inc/uielement/progressbarwrapper.hxx
+++ b/framework/inc/uielement/progressbarwrapper.hxx
@@ -48,7 +48,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 end() throw (css::uno::RuntimeException, std::exception);
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);