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

--- Comment #2 from Justin L <[email protected]> ---
For those two small lines, LO is not exporting a CR size
<w:pPr>
  <w:pStyle w:val="Style15"/>
  <w:numPr>
    <w:ilvl w:val="0"/>
    <w:numId w:val="1"/>
  </w:numPr>
  <w:rPr>                      #missing in the small lines
    <w:sz w:val="32"/>         #missing in the small lines
    <w:szCs w:val="32"/>       #missing in the small lines
  </w:rPr>                     #missing in the small lines
</w:pPr>

So it takes the size from the paragraph style, which is size 11. (Prior to
this, LO was setting "Style15" to have a size 16 - now it is undefined which is
actually more accurate.)

The display is actually correct - Word 2016 looks the same (in both cases). So
as the subject says, this is a filesave issue. It has exposed the difficulty of
LO not actually having a CR on which to attach properties.

-- 
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