diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 21:03:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 11:43:31 +0100 |
commit | 2d32d56243c880032feb3c9c7fed6e621557b498 (patch) | |
tree | 68e6c001fc658bacf383a037e2afecad0dd8ddd3 /svx | |
parent | 4d82d12fd5f42d72844a403ba486e2a696ef00f3 (diff) |
coverity#1210121 Uncaught exception
Change-Id: Ib64ba845f2f59b7db95f43acd14c45a139c17899
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unoshap3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx index 8a5d59ad1ec4..20a9dfa4dd63 100644 --- a/svx/source/unodraw/unoshap3.cxx +++ b/svx/source/unodraw/unoshap3.cxx @@ -1129,7 +1129,7 @@ bool Svx3DPolygonObject::setPropertyValueImpl( const OUString& rName, const SfxI } -bool Svx3DPolygonObject::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) +bool Svx3DPolygonObject::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) { switch( pProperty->nWID ) { |