cui/source/inc/scriptdlg.hxx | 4 ----
1 file changed, 4 deletions(-)
New commits:
commit 1fbc7faa91181ae8ac240dfe8db704673c44a14d
Author: Bogdan Buzea <[email protected]>
AuthorDate: Thu Nov 21 19:58:17 2024 +0100
Commit: Julien Nabet <[email protected]>
CommitDate: Thu Nov 21 21:51:40 2024 +0100
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: Iced153f4258e2f27007cfbb7a63b78db7f6985dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176962
Reviewed-by: Julien Nabet <[email protected]>
Tested-by: Jenkins
diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx
index b1b014771dae..740f952ed94d 100644
--- a/cui/source/inc/scriptdlg.hxx
+++ b/cui/source/inc/scriptdlg.hxx
@@ -30,10 +30,6 @@
#include <unordered_map>
-#define OBJTYPE_METHOD 2L
-#define OBJTYPE_SCRIPTCONTAINER 3L
-#define OBJTYPE_SFROOT 4L
-
typedef std::unordered_map < OUString, OUString > Selection_hash;
class SFEntry;