diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-15 13:16:37 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-16 06:10:14 +0000 |
commit | 6742500ccb2ff6d39f527760152d2b08fd9cfe17 (patch) | |
tree | 883ce070db6733f6c548242eb8763129a9f17f5e /sw/inc/globals.hrc | |
parent | 64ea8306b0ceb001132ac9cbc945a12afc01b8cd (diff) |
remove unused defines from HRC files in sw/
Change-Id: I74fb244b2440ddf7682362444c20730ac0e58cea
Reviewed-on: https://gerrit.libreoffice.org/35212
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc/globals.hrc')
-rw-r--r-- | sw/inc/globals.hrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index 0655c11b0e54..2eb78e46843e 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -25,7 +25,6 @@ // STRINGS ----------------------------------------------------------- #define STR_DLLNOTFOUND (RC_GLOBALS_BEGIN + 0) -#define STR_FMT_STD (RC_GLOBALS_BEGIN + 1) #define STR_LOAD_GLOBAL_DOC (RC_GLOBALS_BEGIN + 2) #define STR_DOC_STAT (RC_GLOBALS_BEGIN + 10) @@ -118,15 +117,12 @@ // INFOBOX ------------------------------------------------------------ #define STR_ERROR_CLPBRD_READ (RC_GLOBALS_BEGIN + 50) -#define STR_ERROR_PASSWD (RC_GLOBALS_BEGIN + 51) // Strings for the context menu of the content tree #define STR_CONTEXT_FIRST (RC_GLOBALS_BEGIN + 52) #define STR_OUTLINE_LEVEL (STR_CONTEXT_FIRST + 0) #define STR_DRAGMODE (STR_CONTEXT_FIRST + 1) #define STR_HYPERLINK (STR_CONTEXT_FIRST + 2) -#define STR_LINK_REGION (STR_CONTEXT_FIRST + 3) -#define STR_COPY_REGION (STR_CONTEXT_FIRST + 4) #define STR_DISPLAY (STR_CONTEXT_FIRST + 5) #define STR_ACTIVE_VIEW (STR_CONTEXT_FIRST + 6) #define STR_STATUS_FIRST (RC_GLOBALS_BEGIN + 59) |