summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorKay Schenk <kschenk@apache.org>2015-09-29 01:23:47 +0000
committerKay Schenk <kschenk@apache.org>2015-09-29 01:23:47 +0000
commit48cb20bb5c32f076f295c7490d6ba9ac96e85ed0 (patch)
tree0f3ce3caab081dc5e738b2cb859e5f3d4f0c0007 /formula
parent17a4c39f1c13165a0b3e96739ec3398987ff889d (diff)
#i126557# Patch by: hanya
Notes
Notes: merged as: 55b0da55dbd4e811bd8c1c1f9b2fab33ad540c32
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 63d356358b54..ed820832d2db 100644
--- a/formula/source/ui/dlg/funcpage.cxx
+++ b/formula/source/ui/dlg/funcpage.cxx
@@ -110,6 +110,7 @@ FuncPage::FuncPage(Window* pParent,const IFunctionManager* _pFunctionManager):
aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory);
}
+ aLbCategory.SetDropDownLineCount( aLbCategory.GetEntryCount() );
aLbCategory.SelectEntryPos(1);
UpdateFunctionList();
aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) );