From 833067c8701bb2b8210ad58bf540e13373300988 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 24 Apr 2014 11:48:33 +0100 Subject: coverity#707469 Uncaught exception Change-Id: I93bb55b339dcc6a177d7403760703a895cebc805 --- include/vbahelper/vbahelper.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/vbahelper') diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index 1a403b924cf0..e40357d29ff0 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -158,7 +158,8 @@ class VBAHELPER_DLLPUBLIC ShapeHelper protected: css::uno::Reference< css::drawing::XShape > xShape; public: - ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) throw (css::script::BasicErrorException ); + ShapeHelper( const css::uno::Reference< css::drawing::XShape >& _xShape) + throw (css::script::BasicErrorException, css::uno::RuntimeException); double getHeight() const; void setHeight(double _fheight) throw ( css::script::BasicErrorException ); -- cgit