summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-24 14:57:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-24 16:10:59 +0100
commit8bafbd2c40a156b95552d1594396e16a3053bbaa (patch)
tree7459f4d619be46b95108b948d985e1e805fe2012 /svx
parente5c863294abb1204793e0c0dd67f23813df1d522 (diff)
coverity#983926 Uncaught exception
Change-Id: I2b0115d59c312bdce7bdd9c8ae133e07dfb9699a
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unodraw/unopage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unopage.cxx b/svx/source/unodraw/unopage.cxx
index ecca282afbd3..9ce4356cfed1 100644
--- a/svx/source/unodraw/unopage.cxx
+++ b/svx/source/unodraw/unopage.cxx
@@ -474,7 +474,7 @@ void SAL_CALL SvxDrawPage::ungroup( const Reference< drawing::XShapeGroup >& aGr
}
SdrObject *SvxDrawPage::_CreateSdrObject(const Reference< drawing::XShape > & xShape)
- throw (std::exception)
+ throw (css::uno::Exception, std::exception)
{
sal_uInt16 nType = 0;
sal_uInt32 nInventor = 0;