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

Jim Raykowski raykowj at gmail.com
Sun Oct 29 21:07:55 UTC 2017


 sw/source/core/doc/DocumentStylePoolManager.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 33a617aa43cf552b3a45b8391df28579883cd5de
Author: Jim Raykowski <raykowj at gmail.com>
Date:   Sun Oct 29 08:26:57 2017 -0800

    tdf#94464 change text body default line spacing to 1.15
    
    Change-Id: Icf5dec5f57fe80febd61832b6583829ff9e24086
    Reviewed-on: https://gerrit.libreoffice.org/44027
    Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
    Tested-by: Yousuf Philips <philipz85 at hotmail.com>
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>
    Tested-by: Heiko Tietze <tietze.heiko at googlemail.com>

diff --git a/sw/source/core/doc/DocumentStylePoolManager.cxx b/sw/source/core/doc/DocumentStylePoolManager.cxx
index aca6ee9efdb2..b277007ef722 100644
--- a/sw/source/core/doc/DocumentStylePoolManager.cxx
+++ b/sw/source/core/doc/DocumentStylePoolManager.cxx
@@ -656,7 +656,7 @@ SwTextFormatColl* DocumentStylePoolManager::GetTextCollFromPool( sal_uInt16 nId,
             {
                 SvxLineSpacingItem aLSpc( LINE_SPACE_DEFAULT_HEIGHT, RES_PARATR_LINESPACING );
                 SvxULSpaceItem aUL( 0, PT_7, RES_UL_SPACE );
-                aLSpc.SetPropLineSpace( (sal_uInt8) 120 );
+                aLSpc.SetPropLineSpace( (sal_uInt8) 115 );
                 if( m_rDoc.GetDocumentSettingManager().get(DocumentSettingId::HTML_MODE) ) aUL.SetLower( HTML_PARSPACE );
                 aSet.Put( aUL );
                 aSet.Put( aLSpc );


More information about the Libreoffice-commits mailing list