From ddaaeec1b16544d588244461cce3a27e4027c604 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 28 May 2014 13:05:13 +0100 Subject: coverity#706506 Uncaught exception Change-Id: I60f0a08029ef4599403c9853a55fff25cdf3f0bc --- editeng/source/uno/unotext.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editeng') diff --git a/editeng/source/uno/unotext.cxx b/editeng/source/uno/unotext.cxx index 1242f8f58da5..594c4f8d6f4d 100644 --- a/editeng/source/uno/unotext.cxx +++ b/editeng/source/uno/unotext.cxx @@ -638,7 +638,8 @@ uno::Any SAL_CALL SvxUnoTextRangeBase::_getPropertyValue(const OUString& Propert throw beans::UnknownPropertyException(); } -void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny, const SfxItemSet& rSet ) throw( beans::UnknownPropertyException ) +void SvxUnoTextRangeBase::getPropertyValue( const SfxItemPropertySimpleEntry* pMap, uno::Any& rAny, const SfxItemSet& rSet ) + throw (beans::UnknownPropertyException, uno::RuntimeException) { switch( pMap->nWID ) { -- cgit