Author: kschenk
Date: Tue Sep 29 01:23:47 2015
New Revision: 1705793

URL: http://svn.apache.org/viewvc?rev=1705793&view=rev
Log:
#i126557# Patch by: hanya


Modified:
    openoffice/trunk/main/formula/source/ui/dlg/funcpage.cxx

Modified: openoffice/trunk/main/formula/source/ui/dlg/funcpage.cxx
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/formula/source/ui/dlg/funcpage.cxx?rev=1705793&r1=1705792&r2=1705793&view=diff
==============================================================================
--- openoffice/trunk/main/formula/source/ui/dlg/funcpage.cxx (original)
+++ openoffice/trunk/main/formula/source/ui/dlg/funcpage.cxx Tue Sep 29 
01:23:47 2015
@@ -110,6 +110,7 @@ FuncPage::FuncPage(Window* pParent,const
         
aLbCategory.SetEntryData(aLbCategory.InsertEntry(pCategory->getName()),(void*)pCategory);
     }
     
+    aLbCategory.SetDropDownLineCount( aLbCategory.GetEntryCount() );
        aLbCategory.SelectEntryPos(1);
        UpdateFunctionList();
        aLbCategory.SetSelectHdl( LINK( this, FuncPage, SelHdl ) );


Reply via email to