diff options
Diffstat (limited to 'sw/inc/index.hrc')
-rw-r--r-- | sw/inc/index.hrc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/index.hrc b/sw/inc/index.hrc index bdb77968a19e..192e3c108d26 100644 --- a/sw/inc/index.hrc +++ b/sw/inc/index.hrc @@ -68,9 +68,11 @@ #define STR_TOKEN_HELP_LINK_END (STR_BUTTON_HELP_TEXT_START + 8) #define STR_TOKEN_HELP_AUTHORITY (STR_BUTTON_HELP_TEXT_START + 9) -#define STR_CHARSTYLE (STR_TOKEN_HELP_AUTHORITY + 1) - - +#define STR_CHARSTYLE (STR_TOKEN_HELP_AUTHORITY + 1) +#define STR_STRUCTURE (STR_TOKEN_HELP_AUTHORITY + 2) +#define STR_ADDITIONAL_ACCNAME_STRING1 (STR_TOKEN_HELP_AUTHORITY + 3) +#define STR_ADDITIONAL_ACCNAME_STRING2 (STR_TOKEN_HELP_AUTHORITY + 4) +#define STR_ADDITIONAL_ACCNAME_STRING3 (STR_TOKEN_HELP_AUTHORITY + 5) #endif // _INDEX_HRC |