From fab0e8b40d32d17e5f79f4abbcf33caa610ff70f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 May 2014 20:50:31 +0100 Subject: coverity#1215385 Uncaught exception Change-Id: I765dd9bab26e3736c6b18a291cfd108342644e8e --- framework/source/uielement/progressbarwrapper.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source') 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; -- cgit