diff options
author | Noel Grandin <noel@peralex.com> | 2014-05-27 09:56:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-05-27 10:50:04 +0200 |
commit | 9b6b260bcc236d109546758796519bca0dd02eba (patch) | |
tree | 065f2d8c297c481631432d71e4d433592d6b6598 /svx | |
parent | 56c4dbe523bd7c0d30f7d7590ac8eaf519e8490d (diff) |
cid#707139 Uncaught exception
Change-Id: I4d821c576fef09ca7935a931b1632238ae550df9
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 bd92c96c8a54..b86da096c1a5 100644 --- a/svx/source/unodraw/unopool.cxx +++ b/svx/source/unodraw/unopool.cxx @@ -149,7 +149,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) + throw(beans::UnknownPropertyException, lang::IllegalArgumentException, uno::RuntimeException) { uno::Any aValue( rValue ); |