diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-06 09:36:56 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-06 12:15:55 +0000 |
commit | 4422c2271c05b9e1f25a0a03ec639a70a5281060 (patch) | |
tree | 8020401e257864ec14735013916cea9e62def966 /svx/source | |
parent | 9ca5df186e890971f36bf85e9a8870503c922d37 (diff) |
coverity#1338250 Uncaught exception
Change-Id: I0c78b48213b4a638eca86eb9481974f49bc35319
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 4 |
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 ) { |