summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-22 20:50:31 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 08:54:36 +0100
commitfab0e8b40d32d17e5f79f4abbcf33caa610ff70f (patch)
treec109dc6bab2b2bfbe88ea7640e33ad11ae0a5115 /framework/source
parent3166336e535c15578bc91a00b0a96d72d676c8a4 (diff)
coverity#1215385 Uncaught exception
Change-Id: I765dd9bab26e3736c6b18a291cfd108342644e8e
Diffstat (limited to 'framework/source')
-rw-r--r--framework/source/uielement/progressbarwrapper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/uielement/progressbarwrapper.cxx b/framework/source/uielement/progressbarwrapper.cxx
index e39246faf17f..f6ff5950f5b9 100644
--- a/framework/source/uielement/progressbarwrapper.cxx
+++ b/framework/source/uielement/progressbarwrapper.cxx
@@ -191,7 +191,7 @@ throw (uno::RuntimeException)
}
void ProgressBarWrapper::setValue( ::sal_Int32 nValue )
-throw (uno::RuntimeException)
+ throw (uno::RuntimeException, std::exception)
{
uno::Reference< awt::XWindow > xWindow;
OUString aText;