diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-27 20:19:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 13:22:55 +0100 |
commit | 1f86fdb464823730f466efe2493fe75f85f8a8fa (patch) | |
tree | 970965f47ac3b40f5d6e3917daa3a981ef45c92b /svx/source/unogallery/unogalitem.cxx | |
parent | 91e897bae2ed76df67403a2c563a2d1379f2e174 (diff) |
coverity#1308484 Uncaught exception
Change-Id: I2c39d20f1abbfd5c2145d64871699c7e34023d99
Diffstat (limited to 'svx/source/unogallery/unogalitem.cxx')
-rw-r--r-- | svx/source/unogallery/unogalitem.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/unogallery/unogalitem.cxx b/svx/source/unogallery/unogalitem.cxx index e6cf941a8487..8e55ea4cee0d 100644 --- a/svx/source/unogallery/unogalitem.cxx +++ b/svx/source/unogallery/unogalitem.cxx @@ -256,7 +256,8 @@ void GalleryItem::_setPropertyValues( const comphelper::PropertyMapEntry** ppEnt beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException, - uno::RuntimeException) + uno::RuntimeException, + std::exception) { const SolarMutexGuard aGuard; |