[Libreoffice-bugs] [Bug 51129] FORMATTING: FILEOPEN particular .doc (MSO97) shows page header internet link with too big font size (focus on comment 9)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 16 08:57:05 UTC 2020


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

--- Comment #14 from Justin L <jluth at mail.com> ---
header3.xml contains (simplified - and *split hyperlink combined*...):
<w:p w:rsidR="006B0539" w:rsidRDefault="006B0539">
  <w:pPr>
    <w:jc w:val="center"/>
  </w:pPr>
  <w:r>
    <w:rPr>
      <w:rFonts w:eastAsia="Times New Roman"/>
      <w:sz w:val="40"/>
    </w:rPr>
    <w:t xml:space="preserve"> </w:t>
  </w:r>
  <w:hyperlink r:id="rId1" w:history="1">
    <w:r>
      <w:rPr>
        <w:rStyle w:val="Hyperlink"/>
      </w:rPr>
      <w:t>www.lesoreilles.com</w:t>
    </w:r>
  </w:hyperlink>
  <w:r>
    <w:rPr>
      <w:sz w:val="40"/>
    </w:rPr>
    <w:t xml:space="preserve"> </w:t>
  </w:r>
</w:p>

Nothing about charstyle Hyperlink or DefaultParagraphFont which it is based on
reset the character size. So only the normal paragraph style specifies the size
the link should take.

Walking away - way too complex and dangerous territory to risk for a trivial
problem.

-- 
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/20200716/0167cbab/attachment.htm>


More information about the Libreoffice-bugs mailing list