remove some unused defines

Change-Id: I5304e85cd3fd2edc48147f1297caa57417a3d038
Reviewed-on: https://gerrit.libreoffice.org/68496
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
diff --git a/basctl/inc/strings.hrc b/basctl/inc/strings.hrc
index a39ba9d..6e93d86 100644
--- a/basctl/inc/strings.hrc
+++ b/basctl/inc/strings.hrc
@@ -102,8 +102,6 @@
#define RID_STR_PRINTDLG_PRINTPAGES         NC_("RID_STR_PRINTDLG_PRINTPAGES", "Print pages")
#define RID_STR_PRINTDLG_PRINTEVENPAGES     NC_("RID_STR_PRINTDLG_PRINTEVENPAGES", "Print even pages")
#define RID_STR_PRINTDLG_PRINTODDPAGES      NC_("RID_STR_PRINTDLG_PRINTODDPAGES", "Print odd pages")
#define RID_STR_BTNDEL                      NC_("RID_STR_BTNDEL", "~Delete")
#define RID_STR_BTNNEW                      NC_("RID_STR_BTNNEW", "~New")
#define RID_STR_CHOOSE                      NC_("RID_STR_CHOOSE", "Choose")
#define RID_STR_RUN                         NC_("RID_STR_RUN", "Run")
#define RID_STR_RECORD                      NC_("RID_STR_RECORD", "~Save")
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index 6b21c26..ca5f86f 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -138,7 +138,6 @@
#define STR_QUICKSTART_FILEOPEN                 NC_("STR_QUICKSTART_FILEOPEN", "Open Document...")
#define STR_QUICKSTART_FROMTEMPLATE             NC_("STR_QUICKSTART_FROMTEMPLATE", "From Template...")
#define STR_QUICKSTART_PRELAUNCH                NC_("STR_QUICKSTART_PRELAUNCH", "Load %PRODUCTNAME During System Start-Up")
#define STR_QUICKSTART_PRELAUNCH_UNX            NC_("STR_QUICKSTART_PRELAUNCH_UNX", "Disable systray Quickstarter")
#define STR_QUICKSTART_LNKNAME                  NC_("STR_QUICKSTART_LNKNAME", "%PRODUCTNAME %PRODUCTVERSION")
#define STR_QUICKSTART_FILE                     NC_("STR_QUICKSTART_FILE", "File")
#define STR_QUICKSTART_STARTCENTER              NC_("STR_QUICKSTART_STARTCENTER", "Startcenter")
diff --git a/include/svx/dialogs.hrc b/include/svx/dialogs.hrc
index 103a070..78d00f8 100644
--- a/include/svx/dialogs.hrc
+++ b/include/svx/dialogs.hrc
@@ -62,9 +62,6 @@
// ID of tabpages implemented in SVX, but used in CUI
#define RID_SVXPAGE_GRID                    (RID_SVX_START + 152)

// factory IDs of dialogs implemented in CUI
#define RID_SVXDLG_CHARMAP                  ( RID_SVX_START +  10 )

// IDs of options pages of applications
#define RID_SW_TP_MAILCONFIG            (RID_OFA_START + 102)
#define RID_SW_TP_STD_FONT_CJK          (RID_OFA_START + 247)
diff --git a/sc/inc/scres.hrc b/sc/inc/scres.hrc
index 3189dc9..57ac758 100644
--- a/sc/inc/scres.hrc
+++ b/sc/inc/scres.hrc
@@ -28,9 +28,6 @@

#define SC_DIALOGS_START        (STR_END + 100)

#define RID_SCDLG_STYLES_PAR    (SC_DIALOGS_START + 46)
#define RID_SCDLG_STYLES_PAGE   (SC_DIALOGS_START + 48)

#define RID_SCDLG_HFEDIT        (SC_DIALOGS_START + 50)
#define RID_SCDLG_HFEDIT_ALL    (SC_DIALOGS_START + 51)
#define RID_SCDLG_HFED_HEADER   (SC_DIALOGS_START + 52)
diff --git a/sc/inc/strings.hrc b/sc/inc/strings.hrc
index 682d023..f3fb5a6 100644
--- a/sc/inc/strings.hrc
+++ b/sc/inc/strings.hrc
@@ -113,7 +113,6 @@
#define SCSTR_PRINTOPT_PRINTEVENPAGES               NC_("SCSTR_PRINTOPT_PRINTEVENPAGES", "Print even pages")
#define SCSTR_PRINTOPT_PRINTODDPAGES                NC_("SCSTR_PRINTOPT_PRINTODDPAGES", "Print odd pages")
#define SCSTR_PRINTOPT_PRODNAME                     NC_("SCSTR_PRINTOPT_PRODNAME", "%PRODUCTNAME %s")
#define SCSTR_WARN_ME_IN_FUTURE_CHECK               NC_("SCSTR_WARN_ME_IN_FUTURE_CHECK", "Warn me about this in the future.")
#define SCSTR_DDEDOC_NOT_LOADED                     NC_("SCSTR_DDEDOC_NOT_LOADED", "The following DDE source could not be updated possibly because the source document was not open. Please launch the source document and try again." )
#define SCSTR_EXTDOC_NOT_LOADED                     NC_("SCSTR_EXTDOC_NOT_LOADED", "The following external file could not be loaded. Data linked from this file did not get updated." )
#define SCSTR_UPDATE_EXTDOCS                        NC_("SCSTR_UPDATE_EXTDOCS", "Updating external links.")
@@ -326,7 +325,6 @@
#define STR_LABEL_CONFIDENCE_LEVEL                  NC_("STR_LABEL_CONFIDENCE_LEVEL", "Confidence level")
#define STR_LABEL_COEFFICIENTS                      NC_("STR_LABEL_COEFFICIENTS", "Coefficients")
#define STR_LABEL_TSTATISTIC                        NC_("STR_LABEL_TSTATISTIC", "t-Statistic")
#define STR_LABEL_SLOPE                             NC_("STR_LABEL_SLOPE", "Slope")
#define STR_LABEL_INTERCEPT                         NC_("STR_LABEL_INTERCEPT", "Intercept")
#define STR_LABEL_PREDICTEDY                        NC_("STR_LABEL_PREDICTEDY", "Predicted Y")
#define STR_LINEST_RAW_OUTPUT_TITLE                 NC_("STR_LINEST_RAW_OUTPUT_TITLE", "LINEST raw output")
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 391371e..8da621f 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -88,7 +88,7 @@
#define SID_TOGGLE_TABBAR_VISIBILITY        (SID_SD_START+13)
#define SID_INSERTPAGE                      (SID_SD_START+14)
#define SID_INSERTFILE                      (SID_SD_START+15)
#define SID_INSERTSYMBOL                    (SID_SD_START+16)
    // FREE
#define SID_ZOOM_PANNING                    (SID_SD_START+17)
#define SID_PRESENTATION_END                (SID_SD_START+18)
    // FREE
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 654db19..c5fdd50 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -599,15 +599,9 @@
#define STR_PRINTOPTUI_PLACE_END                NC_("STR_PRINTOPTUI_PLACE_END", "Place at end of document")
#define STR_PRINTOPTUI_PLACE_PAGE               NC_("STR_PRINTOPTUI_PLACE_PAGE", "Place at end of page")
#define STR_PRINTOPTUI_COMMENTS                 NC_("STR_PRINTOPTUI_COMMENTS", "~Comments")
#define STR_PRINTOPTUI_PAGE_SIDES               NC_("STR_PRINTOPTUI_PAGE_SIDES", "Page sides")
#define STR_PRINTOPTUI_ALL_PAGES                NC_("STR_PRINTOPTUI_ALL_PAGES", "All pages")
#define STR_PRINTOPTUI_BACK_PAGES               NC_("STR_PRINTOPTUI_BACK_PAGES", "Back sides / left pages")
#define STR_PRINTOPTUI_FONT_PAGES               NC_("STR_PRINTOPTUI_FONT_PAGES", "Front sides / right pages")
#define STR_PRINTOPTUI_INCLUDE                  NC_("STR_PRINTOPTUI_INCLUDE", "Include")
#define STR_PRINTOPTUI_BROCHURE                 NC_("STR_PRINTOPTUI_BROCHURE", "Broch~ure")
#define STR_PRINTOPTUI_LEFT_SCRIPT              NC_("STR_PRINTOPTUI_LEFT_SCRIPT", "Left-to-right script")
#define STR_PRINTOPTUI_RIGHT_SCRIPT             NC_("STR_PRINTOPTUI_RIGHT_SCRIPT", "Right-to-left script")
#define STR_PRINTOPTUI_RANGE_COPIES             NC_("STR_PRINTOPTUI_RANGE_COPIES", "Range and copies")
#define STR_PRINTOPTUI_PRINTALLPAGES            NC_("STR_PRINTOPTUI_PRINTALLPAGES", "Print all pages")
#define STR_PRINTOPTUI_PRINTPAGES               NC_("STR_PRINTOPTUI_PRINTPAGES", "Print pages")
#define STR_PRINTOPTUI_PRINTEVENPAGES           NC_("STR_PRINTOPTUI_PRINTEVENPAGES", "Print even pages")