summaryrefslogtreecommitdiff
path: root/comphelper/source/property/propertycontainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/property/propertycontainer.cxx')
-rw-r--r--comphelper/source/property/propertycontainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx
index c8cc99004556..6fd333525411 100644
--- a/comphelper/source/property/propertycontainer.cxx
+++ b/comphelper/source/property/propertycontainer.cxx
@@ -52,7 +52,7 @@ OPropertyContainer::~OPropertyContainer()
}
-Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException)
+Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException, std::exception)
{
// just the types from our one and only base class
::cppu::OTypeCollection aTypes(
@@ -64,7 +64,7 @@ Sequence< Type > SAL_CALL OPropertyContainer::getTypes() throw (RuntimeException
}
-void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) throw ( UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException)
+void SAL_CALL OPropertyContainer::setFastPropertyValue( sal_Int32 nHandle, const Any& rValue ) throw ( UnknownPropertyException, PropertyVetoException, IllegalArgumentException, WrappedTargetException, RuntimeException, std::exception)
{
OPropertySetHelper::setFastPropertyValue( nHandle, rValue );
}