Kaydet (Commit) 60acc758 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop unhelpful help id

Change-Id: I384afcb76485d5b78a588c63b8a9f1580e96fc51
üst fe920855
......@@ -321,8 +321,6 @@
#define HID_COND_COLL_TABLIST "SW_HID_COND_COLL_TABLIST"
#define HID_DB_SELECTION_TLB "SW_HID_DB_SELECTION_TLB"
#define HID_SELECT_TEMPLATE "SW_HID_SELECT_TEMPLATE"
#define HID_AP_INSERT_DB_SEL "SW_HID_AP_INSERT_DB_SEL"
......
......@@ -181,8 +181,6 @@ SwDBTreeList::SwDBTreeList(Window *pParent, const ResId& rResId,
bShowColumns (bShowCol),
pImpl(new SwDBTreeList_Impl(pSh))
{
SetHelpId(HID_DB_SELECTION_TLB);
if (IsVisible())
InitTreeList();
}
......@@ -194,8 +192,6 @@ SwDBTreeList::SwDBTreeList(Window *pParent, WinBits nStyle)
, bShowColumns(false)
, pImpl(new SwDBTreeList_Impl(NULL))
{
SetHelpId(HID_DB_SELECTION_TLB);
if (IsVisible())
InitTreeList();
}
......
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