diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-24 14:57:16 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-24 16:10:59 +0100 |
commit | 8bafbd2c40a156b95552d1594396e16a3053bbaa (patch) | |
tree | 7459f4d619be46b95108b948d985e1e805fe2012 /include | |
parent | e5c863294abb1204793e0c0dd67f23813df1d522 (diff) |
coverity#983926 Uncaught exception
Change-Id: I2b0115d59c312bdce7bdd9c8ae133e07dfb9699a
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/unopage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/unopage.hxx b/include/svx/unopage.hxx index 515074c0ef81..b78e655a270a 100644 --- a/include/svx/unopage.hxx +++ b/include/svx/unopage.hxx @@ -94,7 +94,7 @@ class SVX_DLLPUBLIC SvxDrawPage : public ::cppu::WeakAggImplHelper6< ::com::sun: // Creating a SdrObject using it's Description. // Can be used by derived classes to support their owen Shapes (e.g. Controls). virtual SdrObject *_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape ) - throw (std::exception); + throw (css::uno::Exception, std::exception); static SvxShape* CreateShapeByTypeAndInventor( sal_uInt16 nType, sal_uInt32 nInventor, SdrObject *pObj = NULL, SvxDrawPage *pPage = NULL, OUString const & referer = OUString() ) throw(); |