include/vbahelper/vbahelper.hxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 8ce5c7623d0d20e812824194a108ab259ee8f530 Author: Bogdan Buzea <[email protected]> AuthorDate: Sat Nov 23 14:47:34 2024 +0100 Commit: David Gilbert <[email protected]> CommitDate: Thu Dec 19 02:44:54 2024 +0100 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 <[email protected]> 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:
