#i109999# added missing help id for automatic testing

This commit is contained in:
Thomas Lange [tl] 2010-03-10 09:34:01 +01:00
parent 8de5feec5d
commit 3d56bc6855
2 changed files with 4 additions and 3 deletions

View file

@ -84,7 +84,7 @@ ModalDialog RID_SVXDLG_THESAURUS
};
Control CT_THES_ALTERNATIVES
{
// HelpID = HID_CT_THES_ALTERNATIVES ;
HelpID = HID_CT_THES_ALTERNATIVES ; // also needed for automatic testing to find the control
Pos = MAP_APPFONT ( 5 , 45 ) ;
Size = MAP_APPFONT ( 225 , 121 ) ;
Border = TRUE;

5
cui/source/inc/helpid.hrc Normal file → Executable file
View file

@ -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