From 2622c3172512e2947d48da087a88c23c6e54393d Mon Sep 17 00:00:00 2001 From: Mathias Bauer Date: Mon, 9 Nov 2009 14:18:39 +0100 Subject: re-added HID for macro headertablistbox --- cui/source/customize/macropg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/customize') 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() -- cgit