diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-11-23 16:44:41 +0100 |
---|---|---|
committer | David Gilbert <freedesktop@treblig.org> | 2025-02-26 02:03:03 +0100 |
commit | 7950d2900f1a959643512e7bec3a807b4916b326 (patch) | |
tree | 33b7204a5fb8b8dd9f090de7cd8d9a7169a9faee | |
parent | 321881ca09ccb84a8d8c12f2aa0df9f54b2521ae (diff) |
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: I3ef9e2f547ddbc39ccad230e4e6fb3b95dd49c81
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177155
Reviewed-by: Simon Chenery <simon_chenery@yahoo.com>
Tested-by: Jenkins
Reviewed-by: David Gilbert <freedesktop@treblig.org>
-rw-r--r-- | sfx2/source/inc/sfxpicklist.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/inc/sfxpicklist.hxx b/sfx2/source/inc/sfxpicklist.hxx index b8af2310d467..a40095bd2498 100644 --- a/sfx2/source/inc/sfxpicklist.hxx +++ b/sfx2/source/inc/sfxpicklist.hxx @@ -22,8 +22,6 @@ #include <memory> -#define PICKLIST_MAXSIZE 100 - class SfxApplication; class SfxPickListImpl; |