<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - FILESAVE: DOCX: Numbers in numbering list change their size after RT"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=143518#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - FILESAVE: DOCX: Numbers in numbering list change their size after RT"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=143518">bug 143518</a>
from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>