diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-23 13:02:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-07-23 16:24:48 +0200 |
commit | 7b4a7b6c4afad4eb07b456ca889e9166a03054f5 (patch) | |
tree | f3b3284d6576e0e0c6dc34898c5ea01476ab0922 /sw | |
parent | d5e1e4103b2ee77140d4866c4b4f482cb0ee184f (diff) |
remove some unused #defines
Change-Id: I2c8168cd804ae8d1e4effa61be1d9dc902ecf9b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154805
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/strings.hrc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc index 185bc5d89661..e7ad57780104 100644 --- a/sw/inc/strings.hrc +++ b/sw/inc/strings.hrc @@ -409,7 +409,6 @@ #define STR_CONTENT_TYPE_SINGLE_ENDNOTE NC_("STR_CONTENT_TYPE_SINGLE_ENDNOTE", "Endnote") #define STR_CONTENT_FOOTNOTE NC_("STR_CONTENT_FOOTNOTE", "Footnote") #define STR_CONTENT_ENDNOTE NC_("STR_CONTENT_ENDNOTE", "Endnote") -#define STR_FOOTNOTE_ENDNOTE_SEPARATOR_TIP NC_("STR_FOOTNOTE_ENDNOTE_SEPARATOR_TIP", "Footnotes are listed above this line and Endnotes are listed below") #define STR_DEFINE_NUMBERFORMAT NC_("STR_DEFINE_NUMBERFORMAT", "Additional formats...") #define RID_STR_SYSTEM NC_("RID_STR_SYSTEM", "[System]") #define STR_MULT_INTERACT_HYPH_WARN NC_("STR_MULT_INTERACT_HYPH_WARN", "The interactive hyphenation is already active\nin a different document") @@ -420,7 +419,6 @@ #define STR_HIDDEN_CHANGES_DETAIL NC_("STR_HIDDEN_CHANGES_DETAIL", "Document contains tracked changes and recording is enabled.") #define STR_HIDDEN_CHANGES_DETAIL2 NC_("STR_HIDDEN_CHANGES_DETAIL2", "Recording of changes is enabled.") #define STR_HIDDEN_CHANGES_DETAIL3 NC_("STR_HIDDEN_CHANGES_DETAIL3", "Document contains tracked changes.") -#define STR_HEADER_FOOTER NC_("STR_HEADER_FOOTER", "Header/Footer") #define STR_FLDREF_FOOTNOTE NC_("STR_FLDREF_FOOTNOTE", "Footnote") #define STR_FLDREF_ENDNOTE NC_("STR_FLDREF_ENDNOTE", "Endnote") @@ -1197,26 +1195,14 @@ #define STR_CONNECT_BORDER_ON NC_("STR_CONNECT_BORDER_ON", "Merge borders") #define STR_CONNECT_BORDER_OFF NC_("STR_CONNECT_BORDER_OFF", "Do not merge borders") -#define ST_TBL NC_("ST_TBL", "Table") -#define ST_FRM NC_("ST_FRM", "Frame") #define ST_PGE NC_("ST_PGE", "Page") -#define ST_DRW NC_("ST_DRW", "Drawing") #define ST_CTRL NC_("ST_CTRL", "Control") -#define ST_REG NC_("ST_REG", "Section") -#define ST_BKM NC_("ST_BKM", "Bookmark") -#define ST_GRF NC_("ST_GRF", "Graphics") -#define ST_OLE NC_("ST_OLE", "OLE object") -#define ST_OUTL NC_("ST_OUTL", "Headings") #define ST_SEL NC_("ST_SEL", "Selection") -#define ST_FTN NC_("ST_FTN", "Footnote") #define ST_MARK NC_("ST_MARK", "Reminder") -#define ST_POSTIT NC_("ST_POSTIT", "Comment") #define ST_SRCH_REP NC_("ST_SRCH_REP", "Repeat search") -#define ST_INDEX_ENTRY NC_("ST_INDEX_ENTRY", "Index entry") #define ST_TABLE_FORMULA NC_("ST_TABLE_FORMULA", "Table formula") #define ST_TABLE_FORMULA_ERROR NC_("ST_TABLE_FORMULA_ERROR", "Wrong table formula") #define ST_RECENCY NC_("ST_RECENCY", "Recency") -#define ST_FIELD NC_("ST_FIELD", "Field") #define ST_FIELD_BYTYPE NC_("ST_FIELD_BYTYPE", "Field by type") // Strings for the quickhelp of the View-PgUp/Down-Buttons #define STR_IMGBTN_TBL_DOWN NC_("STR_IMGBTN_TBL_DOWN", "Next table") |