summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 15:08:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 16:10:59 +0100
commit94cf2594570576c80287362e83d85c0feec8cc3e (patch)
treef34d0d2d640f8ecce78cb11bb397a191cfcb3f29 /include
parentcoverity#983807 Uncaught exception (diff)
downloadcore-94cf2594570576c80287362e83d85c0feec8cc3e.tar.gz
core-94cf2594570576c80287362e83d85c0feec8cc3e.zip
coverity#983802 Uncaught exception
Change-Id: I06be01500a767e600a7f391a3e74a92d05b6d73f
Diffstat (limited to 'include')
-rw-r--r--include/svx/fmdpage.hxx2
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.