summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-25 12:57:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-25 14:27:34 +0000
commitcd5c6473a28e51475c569c85f8ab4c0c0aa575a4 (patch)
treede9bb01c2aad166ac982639e81399e96f16fe46d /sw/inc
parent2f989d2a828c3e6edc865d644e9ee38a941a3ee1 (diff)
coverity#738131 Uncaught exception
Change-Id: I0ce20ba9d69af6e4c95f2ce749754e14646e498e
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unodraw.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/inc/unodraw.hxx b/sw/inc/unodraw.hxx
index 3de1251d3002..fdd574347f1e 100644
--- a/sw/inc/unodraw.hxx
+++ b/sw/inc/unodraw.hxx
@@ -102,7 +102,9 @@ public:
virtual void SAL_CALL remove(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape) throw( ::com::sun::star::uno::RuntimeException );
//XShapeGrouper
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > SAL_CALL group(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > & xShapes) throw( ::com::sun::star::uno::RuntimeException );
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > SAL_CALL group(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > & xShapes)
+ throw (::com::sun::star::uno::RuntimeException,
+ std::exception);
virtual void SAL_CALL ungroup(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > & aGroup) throw( ::com::sun::star::uno::RuntimeException );
//XServiceInfo