diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-13 20:24:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-14 09:21:00 +0100 |
commit | 594a5e20f751e1fb8f9b4f3fb53851c3dfb671e6 (patch) | |
tree | 8946043068d1ba76e1c054410db148792ee97db2 /include | |
parent | a5db1906b41cff4acebfa6c382f4096298883a4c (diff) |
coverity#1224998 Uncaught exception
Change-Id: I96db9ab47b9494a1d71259e93ad393bd70c39d97
Diffstat (limited to 'include')
-rw-r--r-- | include/cppuhelper/propshlp.hxx | 3 |
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. |