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 74e40a0  #i27364# set line count of dropdown to 9 for document list of 
navigator on Writer
74e40a0 is described below

commit 74e40a03f2c1022f33631d433936ec88e91a20bd
Author: Tsutomu Uchino <[email protected]>
AuthorDate: Thu May 8 08:08:57 2014 +0000

    #i27364# set line count of dropdown to 9 for document list of navigator on 
Writer
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593203 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit 83ef26d8ecf1092e1a4a0e02f4884849d7278f0a)
---
 main/sw/source/ui/utlui/navipi.cxx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/main/sw/source/ui/utlui/navipi.cxx 
b/main/sw/source/ui/utlui/navipi.cxx
index 5d796a1..a43cae4 100644
--- a/main/sw/source/ui/utlui/navipi.cxx
+++ b/main/sw/source/ui/utlui/navipi.cxx
@@ -803,6 +803,7 @@ SwNavigationPI::SwNavigationPI( SfxBindings* _pBindings,
        aContentToolBox.SetHelpId(HID_NAVIGATOR_TOOLBOX );
        aGlobalToolBox.SetHelpId(HID_NAVIGATOR_GLOBAL_TOOLBOX);
        aDocListBox.SetHelpId(HID_NAVIGATOR_LISTBOX );
+       aDocListBox.SetDropDownLineCount(9);
 
        nDocLBIniHeight = aDocListBox.GetSizePixel().Height();
        nZoomOutInit = nZoomOut = Resource::ReadShortRes();

Reply via email to