https://bugs.documentfoundation.org/show_bug.cgi?id=127000

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #5 from Justin L <[email protected]> ---
I'm going to mark this as a duplicate of bug 118812. A table style is applied
which has single spacing in the paragraph properties which overwrites the
default paragraph style 1.5 spacing.

<w:style w:type="table" w:styleId="Tabelacomgrade"><w:name w:val="Table Grid"/>
  <w:spacing w:after="0" w:line="240" w:lineRule="auto"/>
</w:pPr>

<w:style w:type="paragraph" w:default="1" w:styleId="Normal">
  <w:spacing w:after="0" w:line="360" w:lineRule="auto"/>
</w:pPr>

However, it is more than that. It looks like a fundamental difference between
Word and Writer - because even if you directly apply paragraph properties to
1.5 (or double, or proportional 300% etc), nothing changes visibly since Writer
apparently does not consider these cells to be consecutive paragraphs, and
therefore doesn't apply the spacing.  (It WOULD apply the spacing within the
cell if there were multiple lines...)

It could also be considered a duplicate of bug 119054 and related to bug
118947.

*** This bug has been marked as a duplicate of bug 118812 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to