diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-29 21:06:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 11:43:32 +0100 |
commit | 9331f7bcc75267ad99bf1b558ce8f859ef803908 (patch) | |
tree | e16e349b8917aaee30cac0212d466bd67556986d /svx | |
parent | de1f7e367f4828b7de32d512e469e01935c92739 (diff) |
coverity#1210119 Uncaught exception
Change-Id: Ibbf45bb58a0e5c4bea1b3432bee104c8d5aea3f2
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 88a5e74e4b63..325c074adcfd 100644 --- a/svx/source/unodraw/unoshap3.cxx +++ b/svx/source/unodraw/unoshap3.cxx @@ -667,7 +667,7 @@ bool Svx3DSphereObject::setPropertyValueImpl( const OUString& rName, const SfxIt -bool Svx3DSphereObject::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 Svx3DSphereObject::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 ) { |