diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-27 16:57:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-27 21:08:38 +0100 |
commit | c26ba0d35e91bc16b2bede7de2466633ec240b51 (patch) | |
tree | 91cf90c0eb5ad9af779bcbe975951f1719735ce6 /include | |
parent | d13b39a3d804af743872bd1f6a528d68fa2128ac (diff) |
coverity#1209946 Uncaught exception
Change-Id: I875faea495a375b998c439a0c987b2241ca47ea8
Diffstat (limited to 'include')
-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 355ade645256..81092d548acc 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -873,7 +873,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; private: OUString referer_; |