summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorKay Schenk <kschenk@apache.org>2015-09-29 01:23:47 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-09-29 09:02:01 +0100
commit55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32 (patch)
treec95f2d9a0ca67bb421afc682c03d759aab402376 /formula
parent4b3f9fa6740be355e5cdadd8a41ecbd8d9ace298 (diff)
i#126557# increase number of lines of dropdown of category listbox
(cherry picked from commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0) Change-Id: I18ba8a781e111fd7706de1eadb41c93a78e27c62
Diffstat (limited to 'formula')
-rw-r--r--formula/source/ui/dlg/funcpage.cxx1
1 files changed, 1 insertions, 0 deletions
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<IFunctionCategory *>(pCategory));
}
+ m_pLbCategory->SetDropDownLineCount(m_pLbCategory->GetEntryCount());
m_pLbCategory->SelectEntryPos(1);
UpdateFunctionList();
m_pLbCategory->SetSelectHdl( LINK( this, FuncPage, SelHdl ) );