summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-29 15:37:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-29 16:41:32 +0000
commit9bd0e895a4c937f1f831aab1cca6f2e94387260b (patch)
treecfc543fd34317c85246e169d4100ca3d6b8429ab /comphelper
parent3a02f0334ece2e8d175c2bb86b69a9450999d3f0 (diff)
coverity#1079000 Uncaught exception
Change-Id: I7ffee42abe03c34d68b6168328143666d72e7efc
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/propertycontainer.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/comphelper/source/property/propertycontainer.cxx b/comphelper/source/property/propertycontainer.cxx
index 89fc64cf45c6..a322ff1b1cee 100644
--- a/comphelper/source/property/propertycontainer.cxx
+++ b/comphelper/source/property/propertycontainer.cxx
@@ -77,7 +77,8 @@ sal_Bool OPropertyContainer::convertFastPropertyValue(
}
//--------------------------------------------------------------------------
-void OPropertyContainer::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue) throw (Exception)
+void OPropertyContainer::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, const Any& _rValue)
+ throw (Exception, std::exception)
{
OPropertyContainerHelper::setFastPropertyValue( _nHandle, _rValue );
}