[Libreoffice-commits] core.git: formula/source
Kay Schenk
kschenk at apache.org
Tue Sep 29 01:03:41 PDT 2015
formula/source/ui/dlg/funcpage.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32
Author: Kay Schenk <kschenk at apache.org>
Date: Tue Sep 29 01:23:47 2015 +0000
i#126557# increase number of lines of dropdown of category listbox
(cherry picked from commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0)
Change-Id: I18ba8a781e111fd7706de1eadb41c93a78e27c62
diff --git a/formula/source/ui/dlg/funcpage.cxx b/formula/source/ui/dlg/funcpage.cxx
index 7a25404..60a7f30 100644
--- a/formula/source/ui/dlg/funcpage.cxx
+++ b/formula/source/ui/dlg/funcpage.cxx
@@ -82,6 +82,7 @@ FuncPage::FuncPage(vcl::Window* pParent,const IFunctionManager* _pFunctionManage
m_pLbCategory->SetEntryData(m_pLbCategory->InsertEntry(pCategory->getName()),const_cast<IFunctionCategory *>(pCategory));
}
+ m_pLbCategory->SetDropDownLineCount(m_pLbCategory->GetEntryCount());
m_pLbCategory->SelectEntryPos(1);
UpdateFunctionList();
m_pLbCategory->SetSelectHdl( LINK( this, FuncPage, SelHdl ) );
More information about the Libreoffice-commits
mailing list