diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:15:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-06-28 17:55:58 +0100 |
commit | e2c163793f16bfaf39a87e9692c57da0665f6475 (patch) | |
tree | 504bfc19e6483a24de1d38cc776896ea0e032eb2 /svx | |
parent | 4be5bc29307934f7cc002752571be76192aa25f1 (diff) |
coverity#1308537 Uncaught exception
Change-Id: I5debb6c3fe00b13134d9efa152d86e41fc6d3fe3
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unodraw/unopool.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unopool.cxx b/svx/source/unodraw/unopool.cxx index 6d4320cc3380..bc4f253e55f5 100644 --- a/svx/source/unodraw/unopool.cxx +++ b/svx/source/unodraw/unopool.cxx @@ -148,7 +148,7 @@ void SvxUnoDrawPool::getAny( SfxItemPool* pPool, const comphelper::PropertyMapEn } void SvxUnoDrawPool::putAny( SfxItemPool* pPool, const comphelper::PropertyMapEntry* pEntry, const uno::Any& rValue ) - throw(beans::UnknownPropertyException, lang::IllegalArgumentException, uno::RuntimeException) + throw(beans::UnknownPropertyException, lang::IllegalArgumentException, uno::RuntimeException, std::exception) { uno::Any aValue( rValue ); |