filter/source/graphicfilter/icgm/chart.hxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit 56b32b808b8c6f231b1a594d2e5316f33ab171b6 Author: Bogdan Buzea <buzea.bog...@libreoffice.org> AuthorDate: Fri Nov 22 06:41:16 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Nov 23 15:11:28 2024 +0100 tdf#152299 - Remove unused define(s) from C/C++ files Change-Id: I95b7b249082f5c2755ca54a0656912011d2cb116 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176983 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/filter/source/graphicfilter/icgm/chart.hxx b/filter/source/graphicfilter/icgm/chart.hxx index ef77ace0e22f..3a8e8d946382 100644 --- a/filter/source/graphicfilter/icgm/chart.hxx +++ b/filter/source/graphicfilter/icgm/chart.hxx @@ -24,14 +24,6 @@ #include <memory> #include <vector> -/* FILE TYPE CONSTANTS: */ -#define BULCHART 32 /* Bullet chart file. */ -/* the following were added although SPC doesn't have a #define */ -/* for them... */ -#define AUTOTTLCHT 95 /* Autobuild TTL CHT */ -#define AUTOBULCHT 96 /* Autobuild BUL CHT */ -#define AUTOTABCHT 97 /* Autobuild TAB CHT */ - typedef struct TextEntry { sal_uInt16 nTypeOfText;