From 9bd0e895a4c937f1f831aab1cca6f2e94387260b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 29 Jan 2014 15:37:15 +0000 Subject: coverity#1079000 Uncaught exception Change-Id: I7ffee42abe03c34d68b6168328143666d72e7efc --- include/cppuhelper/propshlp.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/cppuhelper') diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx index bc01cbccb2b2..6bbf67130dfc 100644 --- a/include/cppuhelper/propshlp.hxx +++ b/include/cppuhelper/propshlp.hxx @@ -603,7 +603,8 @@ protected: virtual void SAL_CALL setFastPropertyValue_NoBroadcast( sal_Int32 nHandle, const ::com::sun::star::uno::Any& rValue ) - throw (::com::sun::star::uno::Exception) = 0; + throw (::com::sun::star::uno::Exception, + std::exception) = 0; /** The same as getFastProperyValue, but return the value through rValue and nHandle is always valid. -- cgit