summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 14:50:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 16:10:59 +0100
commit99faf61bcdfa69b307fefff1d0611ba45e5a15d9 (patch)
tree189a47149fa39e479a098f839fe8055bacf5ad42 /include
parentResolves: fdo#79137 Crash in oox::vml::InputStream::updateBuffer (diff)
downloadcore-99faf61bcdfa69b307fefff1d0611ba45e5a15d9.tar.gz
core-99faf61bcdfa69b307fefff1d0611ba45e5a15d9.zip
coverity#983961 Uncaught exception
Change-Id: I4316d9b2465f2608ac5d5992b5a2dc07d1713100
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/MasterPropertySet.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx
index f0d8e0ced5e8..9ccca3d8984a 100644
--- a/include/comphelper/MasterPropertySet.hxx
+++ b/include/comphelper/MasterPropertySet.hxx
@@ -78,7 +78,9 @@ namespace comphelper
virtual void _preGetValues ()
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) = 0;
virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any & rValue )
- throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException ) = 0;
+ throw (css::beans::UnknownPropertyException,
+ css::lang::WrappedTargetException,
+ css::uno::RuntimeException) = 0;
virtual void _postGetValues ()
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) = 0;