diff options
author | Bogdan Buzea <buzea.bogdan@libreoffice.org> | 2024-11-19 17:11:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-11-23 15:15:03 +0100 |
commit | d2adf4b1d32069bdec0655e86269034670eb1fea (patch) | |
tree | 6565501259cbe01e8772cb8ccec57c9fa52fdbf3 /chart2/source | |
parent | 23392c3c12e5558358188a94d7bb3d53730ed92d (diff) |
tdf#152299 - Remove unused define(s) from C/C++ files
Change-Id: I93494b4dec546d48b7dced2f1a6c774177c99c86
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176782
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'chart2/source')
-rw-r--r-- | chart2/source/controller/inc/TabPageNotifiable.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chart2/source/controller/inc/TabPageNotifiable.hxx b/chart2/source/controller/inc/TabPageNotifiable.hxx index c0b53972e546..16450f28f781 100644 --- a/chart2/source/controller/inc/TabPageNotifiable.hxx +++ b/chart2/source/controller/inc/TabPageNotifiable.hxx @@ -20,11 +20,6 @@ #include <sal/types.h> -// color to use as foreground for an invalid range -#define RANGE_SELECTION_INVALID_RANGE_FOREGROUND_COLOR COL_WHITE -// color to use as background for an invalid range -#define RANGE_SELECTION_INVALID_RANGE_BACKGROUND_COLOR Color(0xff6563) - class BuilderPage; namespace chart |