summaryrefslogtreecommitdiff
path: root/svx/source/form/tabwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/form/tabwin.cxx')
-rw-r--r--svx/source/form/tabwin.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/form/tabwin.cxx b/svx/source/form/tabwin.cxx
index 1a87a06010e1..7a51348dfaa3 100644
--- a/svx/source/form/tabwin.cxx
+++ b/svx/source/form/tabwin.cxx
@@ -104,8 +104,7 @@ FmFieldWinListBox::FmFieldWinListBox( FmFieldWin* pParent )
,pTabWin( pParent )
{
DBG_CTOR(FmFieldWinListBox,NULL);
- // FIXME: HELPID
- SetHelpId( ""/*HID_FIELD_SEL*/ );
+ SetHelpId( HID_FIELD_SEL );
SetHighlightRange( );
}
@@ -193,8 +192,7 @@ FmFieldWin::FmFieldWin(SfxBindings* _pBindings, SfxChildWindow* _pMgr, Window* _
,m_pChangeListener(NULL)
{
DBG_CTOR(FmFieldWin,NULL);
- // FIXME: HELPID
- SetHelpId( ""/*HID_FIELD_SEL_WIN*/ );
+ SetHelpId( HID_FIELD_SEL_WIN );
SetBackground( Wallpaper( Application::GetSettings().GetStyleSettings().GetFaceColor()) );
pListBox = new FmFieldWinListBox( this );