summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-17 09:21:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-17 15:19:42 +0100
commitef057fc58e7463225a4eda25d84596235965282c (patch)
tree749afc43cdc02acec067135b06d3e3f25b383a0e /svx
parent751570534fb5605a26b0d682bf0ad606d4184af1 (diff)
coverity#1247629 Uncaught exception
Change-Id: Ib0f0555ba5630b225a4a5fbc64394becdeb9f7dd
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshape.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshape.cxx b/svx/source/unodraw/unoshape.cxx
index 594c86ee4a9c..33c6e1f44896 100644
--- a/svx/source/unodraw/unoshape.cxx
+++ b/svx/source/unodraw/unoshape.cxx
@@ -1641,7 +1641,7 @@ void SAL_CALL SvxShape::setPropertyValue( const OUString& rPropertyName, const u
}
void SAL_CALL SvxShape::_setPropertyValue( const OUString& rPropertyName, const uno::Any& rVal )
- throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException)
+ throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, uno::RuntimeException, std::exception)
{
::SolarMutexGuard aGuard;