Created attachment 96352 [details] Docx file Paragraph Line spacing is not preserved after first paragraph
The attached document contain only text data. If this document is saved in MS word and then open with LO, the line spacing is correct. Problem Description : The 'Spacing Before', 'Spacing After' & 'Line Spacing' are wrong. Should be: Spacing Before = 0 pt Spacing After = 0 pt Line Spacing = Single Actually: Spacing Before = 14 pt Spacing After = 14 pt Line Spacing = Multiple 1.15
<w:docDefaults> <w:rPrDefault> <w:rPr> <w:rFonts w:ascii="Liberation Serif" w:hAnsi="Liberation Serif" w:eastAsia="WenQuanYi Micro Hei" w:cs="Lohit Hindi"/> <w:szCs w:val="24"/> <w:lang w:val="en-IN" w:eastAsia="zh-CN" w:bidi="hi-IN"/> </w:rPr> </w:rPrDefault> <w:pPrDefault> <w:pPr></w:pPr> </w:pPrDefault> </w:docDefaults> After Round trip this whole docDefault get added if this remove from roundtrip the paragraph line spacing is same as original file
Created attachment 97491 [details] Paragraph Line Spacing after 1st para.png shows that line spacing has been round tripped correctly.
Paragraph Line spacing is being preserved after first paragraph.
Closing this issue as this is not reproducible in latest LO Master Version: 4.3.0.0.alpha0+ Build ID: 74d7911abf77643544c58a0d3e5fb956add76c44 TinderBox: Win-x86@42, Branch:master, Time: 2014-04-15_23:59:29
The main issue is that attachment 96352 [details] isnt a well produced OOXML file, as it is produced with LO 3.5, which didnt set the default paragraph's spacing after and line spacing, so Word sets these to its default of 10pt spacing after and 1.15 line spacing, and this results in the attachment 96352 [details] looking differently from the roundtripped .docx in Word, but them looking identical in LO.