summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-17 10:25:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-17 10:58:03 +0100
commit084358a72328d3d57760002664a1ce20e8873b62 (patch)
tree8aa5a4d028cb034c471f4aab8ca505e609b3cf81 /svx
parentd9cd707a226baf157cc58f547228195eedcd6886 (diff)
coverity#1209942 Uncaught exception
Change-Id: Ice7a4802605fbe59dfb24a27408106756a3494ba
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unoshap3.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx
index 6dc7ed7d8dbc..58e4af4f8419 100644
--- a/svx/source/unodraw/unoshap3.cxx
+++ b/svx/source/unodraw/unoshap3.cxx
@@ -421,7 +421,12 @@ bool Svx3DSceneObject::setPropertyValueImpl( const OUString& rName, const SfxIte
-bool Svx3DSceneObject::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 Svx3DSceneObject::getPropertyValueImpl(const OUString& rName, const SfxItemPropertySimpleEntry* pProperty,
+ css::uno::Any& rValue)
+ throw (css::beans::UnknownPropertyException,
+ css::lang::WrappedTargetException,
+ css::uno::RuntimeException,
+ std::exception)
{
switch( pProperty->nWID )
{