diff options
-rw-r--r-- | svx/source/unogallery/unogalitem.cxx | 3 | ||||
-rw-r--r-- | svx/source/unogallery/unogalitem.hxx | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx index 81d2f7560ec5..1a70be1f03d0 100644 --- a/svx/source/unogallery/unogalitem.cxx +++ b/svx/source/unogallery/unogalitem.cxx @@ -300,7 +300,8 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt void GalleryItem::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, uno::Any* pValue ) throw (beans::UnknownPropertyException, lang::WrappedTargetException, - css::uno::RuntimeException) + css::uno::RuntimeException, + std::exception) { const SolarMutexGuard aGuard; diff --git a/svx/source/unogallery/unogalitem.hxx b/svx/source/unogallery/unogalitem.hxx index 81ac48dec352..ab526c9e086a 100644 --- a/svx/source/unogallery/unogalitem.hxx +++ b/svx/source/unogallery/unogalitem.hxx @@ -80,7 +80,8 @@ protected: virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue ) throw (css::beans::UnknownPropertyException, css::lang::WrappedTargetException, - css::uno::RuntimeException) SAL_OVERRIDE; + css::uno::RuntimeException, + std::exception) SAL_OVERRIDE; protected: |