summaryrefslogtreecommitdiff
path: root/include/comphelper/ChainablePropertySet.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 12:47:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 13:03:50 +0100
commit26055db273f6ee5da37b56f5fc5cabd7d2d1823e (patch)
tree05aad9d9bb4acace8a56be9666a2a7e093013342 /include/comphelper/ChainablePropertySet.hxx
parent9329cd7fbef877e32d65f046e19004186c2625da (diff)
coverity#983968 Uncaught exception
Change-Id: I316fba5afdc0ca913d9932eba8a35ad3a9bf0bbe
Diffstat (limited to 'include/comphelper/ChainablePropertySet.hxx')
-rw-r--r--include/comphelper/ChainablePropertySet.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/comphelper/ChainablePropertySet.hxx b/include/comphelper/ChainablePropertySet.hxx
index 95f832d2fb22..fe294d394972 100644
--- a/include/comphelper/ChainablePropertySet.hxx
+++ b/include/comphelper/ChainablePropertySet.hxx
@@ -72,7 +72,11 @@ namespace comphelper
virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno::Any &rValue )
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) = 0;
virtual void _postSetValues ()
- 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 _preGetValues ()
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) = 0;