summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-11-09 14:18:39 +0100
committerMathias Bauer <mba@openoffice.org>2009-11-09 14:18:39 +0100
commit2622c3172512e2947d48da087a88c23c6e54393d (patch)
tree57828dcc4554b5948d3db4995e2addb5b311e90b /cui/source/customize
parent6bc8ffaeac5840afbfafb7c57ee56dd6e38d9c6d (diff)
re-added HID for macro headertablistbox
Diffstat (limited to 'cui/source/customize')
-rw-r--r--cui/source/customize/macropg.cxx2
1 files changed, 1 insertions, 1 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()