summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/customize/macropg.cxx2
-rw-r--r--cui/source/inc/helpid.hrc3
-rw-r--r--cui/util/hidother.src1
3 files changed, 4 insertions, 2 deletions
diff --git a/cui/source/customize/macropg.cxx b/cui/source/customize/macropg.cxx
index f5110321fdc9..4b08a831868a 100644
--- a/cui/source/customize/macropg.cxx
+++ b/cui/source/customize/macropg.cxx
@@ -173,7 +173,7 @@ _HeaderTabListBox::_HeaderTabListBox( Window* pParent, const ResId& rId ) :
maListBox( this, WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP ),
maHeaderBar( this, WB_BUTTONSTYLE | WB_BOTTOMBORDER )
{
-// maListBox.SetWindowBits( WB_HSCROLL | WB_CLIPCHILDREN | WB_TABSTOP );
+ maListBox.SetHelpId( HID_MACRO_HEADERTABLISTBOX );
}
_HeaderTabListBox::~_HeaderTabListBox()
diff --git a/cui/source/inc/helpid.hrc b/cui/source/inc/helpid.hrc
index a7e56ca3d864..0a23adcf03d0 100644
--- a/cui/source/inc/helpid.hrc
+++ b/cui/source/inc/helpid.hrc
@@ -370,6 +370,7 @@
#define HID_GRFFILTER_EMBOSS_LIGHT (HID_CUI_START + 331)
#define HID_PASTE_DLG (HID_CUI_START + 333)
#define HID_LINKDLG_TABLB (HID_CUI_START + 334)
+#define HID_MACRO_HEADERTABLISTBOX (HID_CUI_START + 335)
// please adjust ACT_SVX_HID_END2 below if you add entries here!
@@ -377,7 +378,7 @@
// Overrun check ---------------------------------------------------------
// -----------------------------------------------------------------------
-#define ACT_CUI_HID_END HID_LINKDLG_TABLB
+#define ACT_CUI_HID_END HID_CUI_START + 335
#if ACT_CUI_HID_END > HID_CUI_END
#error Resource-Ueberlauf in #line, #file
diff --git a/cui/util/hidother.src b/cui/util/hidother.src
index dc44898602d7..313161f7c3cd 100644
--- a/cui/util/hidother.src
+++ b/cui/util/hidother.src
@@ -199,4 +199,5 @@ hidspecial HID_VALUESET_SINGLENUM { HelpID = HID_VALUESET_SINGLENUM ;}
hidspecial HID_WARN_NAME_DUPLICATE { HelpID = HID_WARN_NAME_DUPLICATE ;};
hidspecial UID_OFA_CONNPOOL_DRIVERLIST_BACK { HelpId = UID_OFA_CONNPOOL_DRIVERLIST_BACK; };
hidspecial UID_SEARCH_RECORDSTATUS { HelpID = UID_SEARCH_RECORDSTATUS ;};
+hidspecial HID_MACRO_HEADERTABLISTBOX { HelpID = HID_MACRO_HEADERTABLISTBOX ;};