summaryrefslogtreecommitdiff
path: root/include/vbahelper
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-24 11:48:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-24 17:16:36 +0100
commit833067c8701bb2b8210ad58bf540e13373300988 (patch)
tree9fa3714883c2cc3d6e752eb54b39e662a9676ad2 /include/vbahelper
parent76e998d7ddaf70ded9a4da4d9988884afb74b1e5 (diff)
coverity#707469 Uncaught exception
Change-Id: I93bb55b339dcc6a177d7403760703a895cebc805
Diffstat (limited to 'include/vbahelper')
-rw-r--r--include/vbahelper/vbahelper.hxx3
1 files changed, 2 insertions, 1 deletions
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 );