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

--- Comment #11 from Justin L <[email protected]> ---
Created attachment 163090
  --> https://bugs.documentfoundation.org/attachment.cgi?id=163090&action=edit
formatbugword.docx: round-tripped by MS Word 2003

repro 7.1+

Worth noting that this docx version opens fine.

This is what the page2 header looks like:
<w:hdr>
  <w:p w:rsidR="006B0539" w:rsidRDefault="006B0539">
    <w:pPr>  #pararaph #1
      <w:rPr>
      <w:rFonts w:ascii="Arial" w:hAnsi="Arial" w:cs="Arial"/>
      <w:sz w:val="28"/>
      <w:szCs w:val="28"/>
      <w:lang w:val="fr-FR"/>
      </w:rPr>
    </w:pPr>
  </w:p>
  <w:p w:rsidR="006B0539" w:rsidRDefault="006B0539"/> #paragraph #2
</w:hdr>

So the first paragraph (in the header on page 2) has direct paragraph
formatting applied, setting the size to 14 and font to arial.
The second paragraph is just defaults, so it should be size 10 Times New Roman.
VERY STRANGE that such a basic thing is not being done here...

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