summaryrefslogtreecommitdiff
path: root/include/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 /include/svx
parent9ca5df186e890971f36bf85e9a8870503c922d37 (diff)
coverity#1338250 Uncaught exception
Change-Id: I0c78b48213b4a638eca86eb9481974f49bc35319
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/unoshape.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx
index 7ed8a2c71f11..41e4e384de39 100644
--- a/include/svx/unoshape.hxx
+++ b/include/svx/unoshape.hxx
@@ -659,7 +659,7 @@ protected:
// override these for special property handling in subcasses. Return true if property is handled
virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::beans::PropertyVetoException, css::lang::IllegalArgumentException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
- virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException) override;
+ virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, css::uno::Any& rValue ) throw(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) override;
public:
SvxGraphicObject( SdrObject* pObj, OUString const & referer ) throw();