diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 21:05:07 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 11:43:31 +0100 |
commit | de1f7e367f4828b7de32d512e469e01935c92739 (patch) | |
tree | 3be3909eeb5ff55581b4c2f9643c1547562350f5 /include/svx | |
parent | 2d32d56243c880032feb3c9c7fed6e621557b498 (diff) |
coverity#1210120 Uncaught exception
Change-Id: I08645981a8d4d54fb6eb90489739204c4e34f883
Diffstat (limited to 'include/svx')
-rw-r--r-- | include/svx/unoshape.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index b4afd58608c0..d9e4589b912a 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -782,7 +782,7 @@ public: protected: // overide these for special property handling in subcasses. Return true if property is handled virtual bool setPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, const ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; - virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException) SAL_OVERRIDE; + virtual bool getPropertyValueImpl( const OUString& rName, const SfxItemPropertySimpleEntry* pProperty, ::com::sun::star::uno::Any& rValue ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ~Svx3DExtrudeObject() throw(); |