Kaydet (Commit) 06bdd144 authored tarafından Caolán McNamara's avatar Caolán McNamara

really drop unused help id

Change-Id: I3a2f1ff990495c818a07e7c5b1d1ed509273f286
üst 84019b0f
...@@ -1258,7 +1258,6 @@ DDListBox::DDListBox(Window* pParent, WinBits nStyle) ...@@ -1258,7 +1258,6 @@ DDListBox::DDListBox(Window* pParent, WinBits nStyle)
SetSelectionMode( SINGLE_SELECTION ); SetSelectionMode( SINGLE_SELECTION );
SetDragDropMode( SV_DRAGDROP_CTRL_COPY ); SetDragDropMode( SV_DRAGDROP_CTRL_COPY );
EnableAsyncDrag(sal_True); EnableAsyncDrag(sal_True);
SetHelpId(HID_MM_CUSTOMFIELDS);
// expand selection to the complete width of the ListBox // expand selection to the complete width of the ListBox
SetHighlightRange(); SetHighlightRange();
Show(); Show();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment