From 55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32 Mon Sep 17 00:00:00 2001 From: Kay Schenk Date: Tue, 29 Sep 2015 01:23:47 +0000 Subject: i#126557# increase number of lines of dropdown of category listbox (cherry picked from commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0) Change-Id: I18ba8a781e111fd7706de1eadb41c93a78e27c62 --- formula/source/ui/dlg/funcpage.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'formula') diff --git a/formula/source/ui/dlg/funcpage.cxx b/formula/source/ui/dlg/funcpage.cxx index 7a254045b3b6..60a7f30cf7ef 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(pCategory)); } + m_pLbCategory->SetDropDownLineCount(m_pLbCategory->GetEntryCount()); m_pLbCategory->SelectEntryPos(1); UpdateFunctionList(); m_pLbCategory->SetSelectHdl( LINK( this, FuncPage, SelHdl ) ); -- cgit