From db176b0ed328b5b1b9e0a1950ab3daf11e6c0539 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 10 Jun 2014 09:27:09 +0100 Subject: coverity#1222241 Uncaught exception Change-Id: Ibaf3a5305082b60fadb8a2499712dc4a460cb449 --- svx/source/unodraw/unopage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx index db268de726c4..e6baa06ea074 100644 --- a/svx/source/unodraw/unopage.cxx +++ b/svx/source/unodraw/unopage.cxx @@ -885,7 +885,7 @@ uno::Sequence< OUString > SAL_CALL SvxDrawPage::getSupportedServiceNames() throw } SvxShape* CreateSvxShapeByTypeAndInventor(sal_uInt16 nType, sal_uInt32 nInventor, OUString const & referer) - throw (css::uno::RuntimeException) + throw (css::uno::RuntimeException, std::exception) { return SvxDrawPage::CreateShapeByTypeAndInventor( nType, nInventor, 0, 0, referer ); } -- cgit