From 278000a28b8eceb8528ebdcf1d601de8192979e8 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 2 Jul 2012 17:45:34 +0200 Subject: Remove unused defines Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce --- vbahelper/inc/vbahelper/vbahelper.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vbahelper/inc') diff --git a/vbahelper/inc/vbahelper/vbahelper.hxx b/vbahelper/inc/vbahelper/vbahelper.hxx index 78a2f44b71ee..42f7ea23bd82 100644 --- a/vbahelper/inc/vbahelper/vbahelper.hxx +++ b/vbahelper/inc/vbahelper/vbahelper.hxx @@ -194,8 +194,6 @@ public: #define VBA_LEFT "PositionX" #define VBA_TOP "PositionY" -#define VBA_HEIGHT "Height" -#define VBA_WIDTH "Width" class VBAHELPER_DLLPUBLIC UserFormGeometryHelper : public AbstractGeometryAttributes { public: -- cgit