[Libreoffice-commits] core.git: sw/source

Tsutomu Uchino hanya at apache.org
Thu May 8 07:19:57 PDT 2014


 sw/source/core/uibase/utlui/navipi.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 3915e0034d6d0f96dcb37af51dad5eab490eef8c
Author: Tsutomu Uchino <hanya at apache.org>
Date:   Thu May 8 08:08:57 2014 +0000

    Resolves: #i27364# set line count of dropdown to 9...
    
    for document list of navigator on Writer
    
    (cherry picked from commit c104272ea1274dea87cd66cfaa61b34806708521)
    
    Change-Id: Iac9644d513dd1195b3986d79607f336dc6ed9884

diff --git a/sw/source/core/uibase/utlui/navipi.cxx b/sw/source/core/uibase/utlui/navipi.cxx
index 1eec0af..f4e7830 100644
--- a/sw/source/core/uibase/utlui/navipi.cxx
+++ b/sw/source/core/uibase/utlui/navipi.cxx
@@ -692,6 +692,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();


More information about the Libreoffice-commits mailing list