[Libreoffice-commits] core.git: Branch 'aoo/trunk' - formula/source

Kay Schenk kschenk at apache.org
Mon Sep 28 19:08:00 PDT 2015


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

New commits:
commit 48cb20bb5c32f076f295c7490d6ba9ac96e85ed0
Author: Kay Schenk <kschenk at 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 ) );


More information about the Libreoffice-commits mailing list