summaryrefslogtreecommitdiff
path: root/include/vbahelper/vbahelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vbahelper/vbahelper.hxx')
-rw-r--r--include/vbahelper/vbahelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx
index 2a0776c79c84..ab5a2e1f45c3 100644
--- a/include/vbahelper/vbahelper.hxx
+++ b/include/vbahelper/vbahelper.hxx
@@ -192,7 +192,7 @@ public:
virtual void setHeight( double nHeight ) override;
virtual double getWidth() const override;
virtual void setWidth( double nWidth) override;
- virtual ~ConcreteXShapeGeometryAttributes();
+ virtual ~ConcreteXShapeGeometryAttributes() override;
};
#define VBA_LEFT "PositionX"