diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-05-24 15:08:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-05-24 16:10:59 +0100 |
commit | 94cf2594570576c80287362e83d85c0feec8cc3e (patch) | |
tree | f34d0d2d640f8ecce78cb11bb397a191cfcb3f29 /include/svx/fmdpage.hxx | |
parent | 31ded1744150cac86c270957fd0fa193e8437a36 (diff) |
coverity#983802 Uncaught exception
Change-Id: I06be01500a767e600a7f391a3e74a92d05b6d73f
Diffstat (limited to 'include/svx/fmdpage.hxx')
-rw-r--r-- | include/svx/fmdpage.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmdpage.hxx b/include/svx/fmdpage.hxx index ea78b789f8c8..e564570a6426 100644 --- a/include/svx/fmdpage.hxx +++ b/include/svx/fmdpage.hxx @@ -35,7 +35,7 @@ protected: // Creating a SdrObject based on a Description. Cann be used by derived classes to // support own ::com::sun::star::drawing::Shapes (for example Controls) virtual SdrObject *_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape ) - throw (std::exception) SAL_OVERRIDE; + throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE; // The following method is called when a SvxShape object should be created. // Derived classes can create a derivation or an object aggregating SvxShape. |