From 7f55c89470b3671f9702ca76317a5388bf7513f9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 18 Jul 2014 15:15:01 +0100 Subject: some other coverity foo Change-Id: Ide5a10d7f9c45970c3cc5c78213c151c85ff4570 --- include/vbahelper/vbahelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index 3e9fa2108129..8e56341fac98 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -162,9 +162,9 @@ public: throw (css::script::BasicErrorException, css::uno::RuntimeException); double getHeight() const; - void setHeight(double _fheight) throw ( css::script::BasicErrorException ); + void setHeight(double _fheight); double getWidth() const; - void setWidth(double _fWidth) throw ( css::script::BasicErrorException ); + void setWidth(double _fWidth); double getLeft() const; void setLeft(double _fLeft); double getTop() const; -- cgit