Kaydet (Commit) 33a617aa authored tarafından Jim Raykowski's avatar Jim Raykowski Kaydeden (comit) Heiko Tietze

tdf#94464 change text body default line spacing to 1.15

Change-Id: Icf5dec5f57fe80febd61832b6583829ff9e24086
Reviewed-on: https://gerrit.libreoffice.org/44027Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Tested-by: 's avatarYousuf Philips <philipz85@hotmail.com>
Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@googlemail.com>
Tested-by: 's avatarHeiko Tietze <tietze.heiko@googlemail.com>
üst bcad55fc
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment