summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbahelper.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-25 16:17:23 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-25 16:17:23 +0100
commit7900d2c2dfb7162722e5553d474bac088195840a (patch)
tree3fe443f0416c588ceee7e652272724fc5b404906 /vbahelper/source/vbahelper/vbahelper.cxx
parent406dffaff9032345a58bcf24afda56b6f912c92c (diff)
CWS gnumake3: fix crappy vbahelper headers
Diffstat (limited to 'vbahelper/source/vbahelper/vbahelper.cxx')
-rw-r--r--vbahelper/source/vbahelper/vbahelper.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx
index 542667b37e..f0b6865f44 100644
--- a/vbahelper/source/vbahelper/vbahelper.cxx
+++ b/vbahelper/source/vbahelper/vbahelper.cxx
@@ -879,6 +879,9 @@ ConcreteXShapeGeometryAttributes::ConcreteXShapeGeometryAttributes( const css::u
{
m_pShapeHelper.reset( new ShapeHelper( xShape ) );
}
+ConcreteXShapeGeometryAttributes::~ConcreteXShapeGeometryAttributes()
+{
+}
sal_Int32 getPointerStyle( const uno::Reference< frame::XModel >& xModel )
{