cui/source/tabpages/autocdlg.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit fe9237785a21aa12438aafa66a7264a4220e29c7 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Apr 18 15:49:20 2013 +0100 pick a default number of lines for abbrev/double lists Change-Id: I553149931b6f2bad5ef149d899ca974240bda4fd diff --git a/cui/source/tabpages/autocdlg.cxx b/cui/source/tabpages/autocdlg.cxx index 4c12dee..bb5db5e 100644 --- a/cui/source/tabpages/autocdlg.cxx +++ b/cui/source/tabpages/autocdlg.cxx @@ -1354,6 +1354,7 @@ OfaAutocorrExceptPage::OfaAutocorrExceptPage(Window* pParent, const SfxItemSet& get(m_pAbbrevED, "abbrev"); get(m_pAbbrevLB, "abbrevlist"); m_pAbbrevLB->SetStyle(m_pAbbrevLB->GetStyle() | WB_SORT); + m_pAbbrevLB->SetDropDownLineCount(7); get(m_pNewAbbrevPB, "newabbrev"); get(m_pDelAbbrevPB, "delabbrev"); get(m_pAutoAbbrevCB, "autoabbrev"); @@ -1361,6 +1362,7 @@ OfaAutocorrExceptPage::OfaAutocorrExceptPage(Window* pParent, const SfxItemSet& get(m_pDoubleCapsED, "double"); get(m_pDoubleCapsLB, "doublelist"); m_pDoubleCapsLB->SetStyle(m_pDoubleCapsLB->GetStyle() | WB_SORT); + m_pDoubleCapsLB->SetDropDownLineCount(7); get(m_pNewDoublePB, "newdouble"); get(m_pDelDoublePB, "deldouble"); get(m_pAutoCapsCB, "autodouble");
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits