diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-03-10 09:34:01 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-03-10 09:34:01 +0100 |
commit | 3d56bc6855cf3f2ddff213b59ecb55c16ee63786 (patch) | |
tree | 57099497ff733b56fce39675bceaf9c3339e669d /cui/source/inc/helpid.hrc | |
parent | 8de5feec5db5a41770e2ebe3055efa3bf6360055 (diff) |
#i109999# added missing help id for automatic testing
Diffstat (limited to 'cui/source/inc/helpid.hrc')
-rwxr-xr-x[-rw-r--r--] | cui/source/inc/helpid.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc index 1d98daa179e1..c4a50ec1bf62 100644..100755 --- a/cui/source/inc/helpid.hrc +++ b/cui/source/inc/helpid.hrc @@ -373,14 +373,15 @@ #define HID_THES_LANGUAGE (HID_CUI_START + 338) #define HID_OFAPAGE_QUOTE_SW_CLB (HID_CUI_START + 339) #define HID_OFAPAGE_QUOTE_CLB (HID_CUI_START + 340) +#define HID_CT_THES_ALTERNATIVES (HID_CUI_START + 341) -// please adjust ACT_SVX_HID_END2 below if you add entries here! +// please adjust ACT_CUI_HID_END below if you add entries here! // ----------------------------------------------------------------------- // Overrun check --------------------------------------------------------- // ----------------------------------------------------------------------- -#define ACT_CUI_HID_END HID_CUI_START + 340 +#define ACT_CUI_HID_END HID_CUI_START + 341 #if ACT_CUI_HID_END > HID_CUI_END #error Resource-Ueberlauf in #line, #file |