sfx2/source/appl/newhelp.hxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit d2b593d95da7416562eaade7e2b2cf59b3cd7fbe
Author: Bogdan Buzea <[email protected]>
AuthorDate: Sat Nov 23 16:39:53 2024 +0100
Commit: David Gilbert <[email protected]>
CommitDate: Sun Dec 22 18:41:42 2024 +0100
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: If3ea044a9f63e8fdbf920a40e8309f247a23c491
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177153
Tested-by: Jenkins
Reviewed-by: David Gilbert <[email protected]>
diff --git a/sfx2/source/appl/newhelp.hxx b/sfx2/source/appl/newhelp.hxx
index 60bfa8415fa2..45d015ef9089 100644
--- a/sfx2/source/appl/newhelp.hxx
+++ b/sfx2/source/appl/newhelp.hxx
@@ -32,11 +32,6 @@
#include <srchdlg.hxx>
-// context menu ids
-#define MID_OPEN 1
-#define MID_RENAME 2
-#define MID_DELETE 3
-
namespace com::sun::star::awt { class XWindow; }
namespace com::sun::star::i18n { class XBreakIterator; }
namespace com::sun::star::text { class XTextRange; }