You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2023/10/08 14:24:50 UTC

[openoffice] branch AOO41X updated: #i126557# Patch by: hanya

This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new a4efec7a41 #i126557# Patch by: hanya
a4efec7a41 is described below

commit a4efec7a4175e59f03afbc4556dff4528dd5100f
Author: Kay Schenk <ks...@apache.org>
AuthorDate: Tue Sep 29 01:23:47 2015 +0000

    #i126557# Patch by: hanya
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1705793 13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit fe883e55b650d5c98f286102ad843b7b9903b065)
---
 main/formula/source/ui/dlg/funcpage.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/formula/source/ui/dlg/funcpage.cxx b/main/formula/source/ui/dlg/funcpage.cxx
index 06e5650395..a50c7832a4 100644
--- a/main/formula/source/ui/dlg/funcpage.cxx
+++ b/main/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 ) );