diff options
author | Jim Raykowski <raykowj@gmail.com> | 2017-10-29 08:26:57 -0800 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@googlemail.com> | 2017-10-29 22:07:32 +0100 |
commit | 33a617aa43cf552b3a45b8391df28579883cd5de (patch) | |
tree | b27cea7089c78e6aba679fc749454f4c0139819a | |
parent | bcad55fcc9557b34431df557afb827341f3db51e (diff) |
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@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Tested-by: Heiko Tietze <tietze.heiko@googlemail.com>
-rw-r--r-- | sw/source/core/doc/DocumentStylePoolManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |