summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-11-06 09:36:56 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-11-06 12:15:55 +0000
commit4422c2271c05b9e1f25a0a03ec639a70a5281060 (patch)
tree8020401e257864ec14735013916cea9e62def966 /svx
parent9ca5df186e890971f36bf85e9a8870503c922d37 (diff)
coverity#1338250 Uncaught exception
Change-Id: I0c78b48213b4a638eca86eb9481974f49bc35319
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshap2.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 46a7e80fe316..b9cb41a4bbfb 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -1572,9 +1572,7 @@ bool SvxGraphicObject::setPropertyValueImpl( const OUString& rName, const SfxIte
return true;
}
-
-
-bool SvxGraphicObject::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException)
+bool SvxGraphicObject::getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception)
{
switch( pProperty->nWID )
{