Kaydet (Commit) ea98e70e authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#983931 Uncaught exception

Change-Id: I9fef42b9a6540a549d6a28928b982671f07f9fe6
üst d1763406
...@@ -250,13 +250,12 @@ sal_Int8 SAL_CALL GalleryItem::getType() ...@@ -250,13 +250,12 @@ sal_Int8 SAL_CALL GalleryItem::getType()
return pRet; return pRet;
} }
void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const uno::Any* pValues ) void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const uno::Any* pValues )
throw( beans::UnknownPropertyException, throw (beans::UnknownPropertyException,
beans::PropertyVetoException, beans::PropertyVetoException,
lang::IllegalArgumentException, lang::IllegalArgumentException,
lang::WrappedTargetException ) lang::WrappedTargetException,
uno::RuntimeException)
{ {
const SolarMutexGuard aGuard; const SolarMutexGuard aGuard;
......
...@@ -76,7 +76,7 @@ protected: ...@@ -76,7 +76,7 @@ protected:
virtual ::sal_Int8 SAL_CALL getType( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE; virtual ::sal_Int8 SAL_CALL getType( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
// PropertySetHelper // PropertySetHelper
virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) SAL_OVERRIDE; virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues ) throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, css::uno::RuntimeException ) SAL_OVERRIDE;
virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue )
throw (css::beans::UnknownPropertyException, throw (css::beans::UnknownPropertyException,
css::lang::WrappedTargetException, css::lang::WrappedTargetException,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment