summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-10 09:26:19 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-10 10:48:40 +0100
commit1e3eca93162a664c2b79124f37528579bb767e58 (patch)
treed96a671f566cb2c4860c6e4256f79d7f1471fa19 /svx
parente6e8069b6c7ec2e69315a29cab55f9c950a26cfc (diff)
coverity#1222243 Uncaught exception
Change-Id: Ia0e1d109023c133104574c380a5e7abda5ae2480
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unopage.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index d6e23863d87c..db268de726c4 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -884,7 +884,8 @@ uno::Sequence< OUString > SAL_CALL SvxDrawPage::getSupportedServiceNames() throw
return aSeq;
}
-SvxShape* CreateSvxShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt32 nInventor, OUString const & referer ) throw()
+SvxShape* CreateSvxShapeByTypeAndInventor(sal_uInt16 nType, sal_uInt32 nInventor, OUString const & referer)
+ throw (css::uno::RuntimeException)
{
return SvxDrawPage::CreateShapeByTypeAndInventor( nType, nInventor, 0, 0, referer );
}