diff options
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) |