diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-06 11:36:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-06 11:42:08 +0100 |
commit | e576278e16644a1478c9a90116ef4e383e54696c (patch) | |
tree | 477b8f781a96c88f2596464923ef4ce336c9b71e /sw/inc/globals.hrc | |
parent | 485242225388b5d6c559b56c654e816e91af34e7 (diff) |
reinstate removed but inuse resources
since...
commit 6742500ccb2ff6d39f527760152d2b08fd9cfe17
Date: Wed Mar 15 13:16:37 2017 +0200
remove unused defines from HRC files in sw/
Change-Id: Ie9cb54ba854ef04deaf9857468b3dbb171eb9b5a
Diffstat (limited to 'sw/inc/globals.hrc')
-rw-r--r-- | sw/inc/globals.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/globals.hrc b/sw/inc/globals.hrc index 2eb78e46843e..748cd8b811c1 100644 --- a/sw/inc/globals.hrc +++ b/sw/inc/globals.hrc @@ -123,6 +123,8 @@ #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) |