From 4dc0263505d05bef61d8dd7c392b168edb0a3724 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 23 May 2014 17:06:28 +0100 Subject: coverity#1209950 Uncaught exception Change-Id: I92da2ae224bab6d4781463c096a35ecaec6fecc8 --- include/svx/unoshape.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/unoshape.hxx b/include/svx/unoshape.hxx index 2f7055c3b219..f5e8fae6b0b3 100644 --- a/include/svx/unoshape.hxx +++ b/include/svx/unoshape.hxx @@ -762,7 +762,7 @@ class Svx3DLatheObject : public SvxShape 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(css::beans::UnknownPropertyException, css::lang::WrappedTargetException, css::uno::RuntimeException, std::exception) SAL_OVERRIDE; public: Svx3DLatheObject( SdrObject* pObj ) throw(); -- cgit