summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-28 13:05:13 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-28 13:49:51 +0100
commitddaaeec1b16544d588244461cce3a27e4027c604 (patch)
treeee7a484f6fec7517264d50987f00d9d8a28d9a0e /editeng/source
parent57517bbf45ef9dc16a7e17f6c9350a9f9f367014 (diff)
coverity#706506 Uncaught exception
Change-Id: I60f0a08029ef4599403c9853a55fff25cdf3f0bc
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/uno/unotext.cxx3
1 files changed, 2 insertions, 1 deletions
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 )
{