diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-11-09 14:18:39 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-11-09 14:18:39 +0100 |
commit | 2622c3172512e2947d48da087a88c23c6e54393d (patch) | |
tree | 57828dcc4554b5948d3db4995e2addb5b311e90b /cui/source/customize | |
parent | 6bc8ffaeac5840afbfafb7c57ee56dd6e38d9c6d (diff) |
re-added HID for macro headertablistbox
Diffstat (limited to 'cui/source/customize')
-rw-r--r-- | cui/source/customize/macropg.cxx | 2 |
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() |