summaryrefslogtreecommitdiffstats
path: root/include/vbahelper/vbahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbahelper.hxx')
-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 );