[Libreoffice-bugs] [Bug 143518] FILESAVE: DOCX: Numbers in numbering list change their size after RT
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 26 08:26:49 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143518
--- Comment #2 from Justin L <jluth at mail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210726/53be46dc/attachment.htm>
More information about the Libreoffice-bugs
mailing list