From 96e6f65907e68d72d61acf6777d5f615c27ed696 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 24 May 2014 12:59:20 +0100 Subject: coverity#983964 Uncaught exception Change-Id: Ieb298e45512ab4c0384ea2d7ef6adcc4adc39923 --- include/comphelper/ChainablePropertySet.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/comphelper/ChainablePropertySet.hxx b/include/comphelper/ChainablePropertySet.hxx index 2d28c08649bb..127abccb6f20 100644 --- a/include/comphelper/ChainablePropertySet.hxx +++ b/include/comphelper/ChainablePropertySet.hxx @@ -79,7 +79,11 @@ namespace comphelper css::uno::RuntimeException) = 0; 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; + throw (css::beans::UnknownPropertyException, + css::beans::PropertyVetoException, + css::lang::IllegalArgumentException, + css::lang::WrappedTargetException, + css::uno::RuntimeException) = 0; virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any & rValue ) throw (css::beans::UnknownPropertyException, css::lang::WrappedTargetException, -- cgit