[Libreoffice-bugs] [Bug 127615] FILEOPEN DOCX Spacing of paragraph in the table is greater than it should be
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 24 10:55:05 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127615
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|bibisected, bisected, |
|filter:docx, regression |
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
Version|6.2.0.0.alpha0+ |Inherited From OOo
--- Comment #5 from Justin L <jluth at mail.com> ---
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 ***
--
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/20190924/ca07403f/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list