diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 09:26:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-10 10:48:40 +0100 |
commit | 1e3eca93162a664c2b79124f37528579bb767e58 (patch) | |
tree | d96a671f566cb2c4860c6e4256f79d7f1471fa19 /include | |
parent | e6e8069b6c7ec2e69315a29cab55f9c950a26cfc (diff) |
coverity#1222243 Uncaught exception
Change-Id: Ia0e1d109023c133104574c380a5e7abda5ae2480
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/unoapi.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/unoapi.hxx b/include/svx/unoapi.hxx index 44157213bf1b..7334bd28d8ed 100644 --- a/include/svx/unoapi.hxx +++ b/include/svx/unoapi.hxx @@ -38,7 +38,8 @@ class SfxItemPool; * Creates a StarOffice API wrapper with the given type and inventor * Deprecated: This will be replaced with a function returning XShape. */ -SVX_DLLPUBLIC SvxShape* CreateSvxShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt32 nInventor, OUString const & referer ) throw(); +SVX_DLLPUBLIC SvxShape* CreateSvxShapeByTypeAndInventor(sal_uInt16 nType, sal_uInt32 nInventor, OUString const & referer) + throw (css::uno::RuntimeException); /** Returns a StarOffice API wrapper for the given SdrObject */ SVX_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > GetXShapeForSdrObject( SdrObject* pObj ) throw (); |