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

set mnemonic widgets for new bibliography author widgets

Change-Id: Id6c566ada50bd4d6f4043bbff25114e7872b7cc8
üst 9be05608
......@@ -1517,7 +1517,7 @@ SwCreateAuthEntryDlg_Impl::SwCreateAuthEntryDlg_Impl(Window* pParent,
pTypeListBox->Show();
pTypeListBox->SetSelectHdl(LINK(this, SwCreateAuthEntryDlg_Impl, EnableHdl));
pTypeListBox->SetHelpId(aCurInfo.pHelpId);
pFixedTexts[nIndex]->set_mnemonic_widget(pTypeListBox);
}
else if(AUTH_FIELD_IDENTIFIER == aCurInfo.nToxField && !m_bNewEntryMode)
{
......@@ -1542,6 +1542,7 @@ SwCreateAuthEntryDlg_Impl::SwCreateAuthEntryDlg_Impl(Window* pParent,
pIdentifierBox->set_hexpand(true);
pIdentifierBox->Show();
pIdentifierBox->SetHelpId(aCurInfo.pHelpId);
pFixedTexts[nIndex]->set_mnemonic_widget(pIdentifierBox);
}
else
{
......@@ -1563,6 +1564,7 @@ SwCreateAuthEntryDlg_Impl::SwCreateAuthEntryDlg_Impl(Window* pParent,
pEdits[nIndex]->Enable(sal_False);
}
}
pFixedTexts[nIndex]->set_mnemonic_widget(pEdits[nIndex]);
}
if(bLeft)
++nLeftRow;
......
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