summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-03 20:22:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-04 09:38:13 +0100
commit604d5be3b6a1750cde01de9a01734c10fef30a0c (patch)
treeead0f03710aeb176128261b1d0dca46ad16e6ae6 /svx
parent59198069d280723f618a101db0c0d8cd38f42f24 (diff)
coverity#738055 Uncaught exception
Change-Id: Ic4bb1603894ce7ff1b72e1290501d6cd17e6d762
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unogallery/unogalitem.cxx3
-rw-r--r--svx/source/unogallery/unogalitem.hxx3
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: