Description: Spacing of paragraph in the attached DOCX document does not have the same values opened in Microsoft Word and LibreOffice Writer. Steps to Reproduce: 1. Open the attached sample DOCX file in MS Word 2. Open the attached screenshot 3. Compare the document opened in MS Word and LibreOffice 6.4. 4. Notice that spacing of paragraph in the table is greater than it should be.opened in LibreOffice 6.4. Actual Results: Spacing of paragraph is greater opened in Microsoft Word and LibreOffice Writer.6.4.0.0.alpha0+. Expected Results: Spacing of paragraph should have the same value, as opened in Microsoft Word. Reproducible: Always User Profile Reset: No Additional Info: LibreOffice details: Version: 6.4.0.0.alpha0+ (x64) Build ID: 41cd3e8e817c8c33a13608e62eeb06ce2c6977e4 CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; TinderBox: Win-x86_64@62-TDF, Branch:master, Time: 2019-09-01_22:04:10 Locale: hu-HU (hu_HU); UI-Language: en-US Calc: threaded Bibisected using bibisect-win32-6.2 to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=5e4d89f59614cec08376e1e77625f8610a1490e5 author: Justin Luth <justin.luth@collabora.com> committer: Miklos Vajna <vmiklos@collabora.co.uk> summary: tdf#117297 sw unotbl XCell: apply char/para style props to text
Created attachment 154248 [details] Screenshot of the problem in Writer 6.1 and 6.2
Created attachment 154249 [details] The same file and same paragraph in MS Word and LibreOffice Writer 6.4.0.0.Alpha0+.
Created attachment 154250 [details] Example file from Word
Adding CC to Justin Luth
Same problem as in bug 118812. The document defaults specify <w:pPrDefault> <w:pPr> <w:spacing w:after="200"/> </w:pPr> </w:pPrDefault> and that is preventing the table style's settings from overriding them: <w:style w:type="table" w:styleId="Rcsostblzat"> <w:name w:val="Table Grid"/> <w:pPr> <w:spacing w:after="0"/> </w:pPr> *** This bug has been marked as a duplicate of bug 118812 ***