set a helpid on the tabpage container
Change-Id: Ice461f5de76ecb5628682572c0b40736a29b9381
This commit is contained in:
parent
a45d7d82e7
commit
e3982d4eb6
1 changed files with 1 additions and 0 deletions
|
@ -387,6 +387,7 @@ Window *VclBuilder::makeObject(Window *pParent, const rtl::OString &name, const
|
|||
VclBin* pContainer = new VclBin(pPage);
|
||||
pContainer->Show();
|
||||
m_aChildren.push_back(WinAndId(rtl::OString(), pContainer));
|
||||
pContainer->SetHelpId(m_sHelpRoot + sTabPageId + rtl::OString("-bin"));
|
||||
pParent = pContainer;
|
||||
|
||||
pTabControl->SetTabPage(nNewPageId, pPage);
|
||||
|
|
Loading…
Reference in a new issue