formula/source/ui/dlg/funcpage.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0
Author: Kay Schenk <ksch...@apache.org>
Date:   Tue Sep 29 01:23:47 2015 +0000

    #i126557# Patch by: hanya

diff --git a/formula/source/ui/dlg/funcpage.cxx 
b/formula/source/ui/dlg/funcpage.cxx
index 63d3563..ed82083 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 ) );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to