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

coverity#738055 Uncaught exception

Change-Id: Ic4bb1603894ce7ff1b72e1290501d6cd17e6d762
üst 59198069
...@@ -300,7 +300,8 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt ...@@ -300,7 +300,8 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt
void GalleryItem::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, uno::Any* pValue ) void GalleryItem::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, uno::Any* pValue )
throw (beans::UnknownPropertyException, throw (beans::UnknownPropertyException,
lang::WrappedTargetException, lang::WrappedTargetException,
css::uno::RuntimeException) css::uno::RuntimeException,
std::exception)
{ {
const SolarMutexGuard aGuard; const SolarMutexGuard aGuard;
......
...@@ -80,7 +80,8 @@ protected: ...@@ -80,7 +80,8 @@ protected:
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,
css::uno::RuntimeException) SAL_OVERRIDE; css::uno::RuntimeException,
std::exception) SAL_OVERRIDE;
protected: protected:
......
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