[Libreoffice-bugs] [Bug 134569] FILEOPEN DOCX Paragraph after nested table gets unexpected spacing
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 13 10:43:04 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=134569
--- Comment #3 from Justin L <jluth at mail.com> ---
Created attachment 174253
--> https://bugs.documentfoundation.org/attachment.cgi?id=174253&action=edit
docum_minimized.docx: with exaggerated spacing
There are only two things that define w:spacing in docum.docx - all in styles:
<w:pPrDefault> #Document defaults - overridden by Table style
<w:pPr>
<w:spacing w:after="200" w:line="276" w:lineRule="auto"/>
</w:pPr>
</w:pPrDefault>
and
<w:style w:type="table" w:styleId="Tabellengitternetz">
<w:name w:val="Table Grid"/>
<w:pPr>
<w:spacing w:after="0" w:line="240" w:lineRule="auto"/>
</w:pPr>
So the table contents should be single spaced (not 1.15) with zero
after-spacing.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210813/f2a7837f/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list