summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-18 15:15:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-18 15:36:20 +0100
commit7f55c89470b3671f9702ca76317a5388bf7513f9 (patch)
tree472232e717e2120bb48cc9efa515e9986db8fcde /include
parent1aba46ee6707f1ff4b1e0f8d2feb58b34931deb1 (diff)
some other coverity foo
Change-Id: Ide5a10d7f9c45970c3cc5c78213c151c85ff4570
Diffstat (limited to 'include')
-rw-r--r--include/vbahelper/vbahelper.hxx4
1 files changed, 2 insertions, 2 deletions
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;