diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-11-23 14:47:34 +0100 |
---|---|---|
committer | David Gilbert <freedesktop@treblig.org> | 2024-12-19 02:44:54 +0100 |
commit | 8ce5c7623d0d20e812824194a108ab259ee8f530 (patch) | |
tree | 849a195b905dcdc825370a1826a320266f50c60d /include/vbahelper | |
parent | da95528f8c76e13fc6994d70fc8c331f1e84d121 (diff) |
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: Icbb9de0bc296e914782f73bc109c2c3430952277
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177135
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
Diffstat (limited to 'include/vbahelper')
-rw-r--r-- | include/vbahelper/vbahelper.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx index 7f9921e04035..7699a1fff26c 100644 --- a/include/vbahelper/vbahelper.hxx +++ b/include/vbahelper/vbahelper.hxx @@ -205,9 +205,6 @@ public: virtual ~ConcreteXShapeGeometryAttributes() override; }; -#define VBA_LEFT "PositionX" -#define VBA_TOP "PositionY" - class VBAHELPER_DLLPUBLIC UserFormGeometryHelper final : public AbstractGeometryAttributes { public: |