[Libreoffice-commits] core.git: cui/source
Caolán McNamara
caolanm at redhat.com
Thu Apr 18 07:49:50 PDT 2013
cui/source/tabpages/autocdlg.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit fe9237785a21aa12438aafa66a7264a4220e29c7
Author: Caolán McNamara <caolanm at 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");
More information about the Libreoffice-commits
mailing list