diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-17 09:46:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-17 15:19:52 +0100 |
commit | d63f917d31ea0f61ab223881a0a76e9e2a888087 (patch) | |
tree | 68a88a972a4e61b43540eec7b4d6431732204a66 /svx/source/unodraw | |
parent | e04f6bc2e6b564d9580d62c631c012685a7f9f8f (diff) |
coverity#1247643 Uncaught exception
Change-Id: I0da9140bf1f76a92c95c042c5039f7cfdbde6c34
Diffstat (limited to 'svx/source/unodraw')
-rw-r--r-- | svx/source/unodraw/unoshap2.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx index a3b791e693c0..6547710ac5a5 100644 --- a/svx/source/unodraw/unoshap2.cxx +++ b/svx/source/unodraw/unoshap2.cxx @@ -1410,14 +1410,11 @@ SvxGraphicObject::SvxGraphicObject( SdrObject* pObj, OUString const & referer ) { } - SvxGraphicObject::~SvxGraphicObject() throw() { } - - -bool SvxGraphicObject::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) +bool SvxGraphicObject::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, std::exception) { bool bOk = false; switch( pProperty->nWID ) |