summaryrefslogtreecommitdiff
path: root/svx/source/form/fmdpage.cxx
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 /svx/source/form/fmdpage.cxx
parent31ded1744150cac86c270957fd0fa193e8437a36 (diff)
coverity#983802 Uncaught exception
Change-Id: I06be01500a767e600a7f391a3e74a92d05b6d73f
Diffstat (limited to 'svx/source/form/fmdpage.cxx')
-rw-r--r--svx/source/form/fmdpage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/form/fmdpage.cxx b/svx/source/form/fmdpage.cxx
index c0867cc9ed77..a7245b18226b 100644
--- a/svx/source/form/fmdpage.cxx
+++ b/svx/source/form/fmdpage.cxx
@@ -69,7 +69,7 @@ Any SAL_CALL SvxFmDrawPage::queryAggregation( const ::com::sun::star::uno::Type&
}
SdrObject *SvxFmDrawPage::_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xDescr )
- throw (std::exception)
+ throw (css::uno::RuntimeException, std::exception)
{
OUString aShapeType( xDescr->getShapeType() );