summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-13 20:24:29 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-14 09:21:00 +0100
commit594a5e20f751e1fb8f9b4f3fb53851c3dfb671e6 (patch)
tree8946043068d1ba76e1c054410db148792ee97db2 /include/cppuhelper
parentfix grep and configure line for callcatcher (diff)
downloadcore-594a5e20f751e1fb8f9b4f3fb53851c3dfb671e6.tar.gz
core-594a5e20f751e1fb8f9b4f3fb53851c3dfb671e6.zip
coverity#1224998 Uncaught exception
Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97
Diffstat (limited to 'include/cppuhelper')
-rw-r--r--include/cppuhelper/propshlp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cppuhelper/propshlp.hxx b/include/cppuhelper/propshlp.hxx
index cc462c16ef33..89a88bd97548 100644
--- a/include/cppuhelper/propshlp.hxx
+++ b/include/cppuhelper/propshlp.hxx
@@ -575,7 +575,8 @@ protected:
::com::sun::star::uno::Any & rOldValue,
sal_Int32 nHandle,
const ::com::sun::star::uno::Any& rValue )
- throw (::com::sun::star::lang::IllegalArgumentException) = 0;
+ throw (css::lang::IllegalArgumentException,
+ css::uno::RuntimeException, std::exception) = 0;
/** The same as setFastProperyValue; nHandle is always valid.
The changes must not be broadcasted in this method.