[Libreoffice-bugs] [Bug 104707] FILESAVE DOCX: URL in comment is not saved to docx format

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Nov 14 13:24:47 UTC 2017


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

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com,
                   |                            |philipz85 at hotmail.com

--- Comment #8 from Yousuf Philips (jay) <philipz85 at hotmail.com> ---
>From bug 108308 comment 4.

So the problem is that the hyperlink text isnt being exported into the <w:t>
tag. How LO exports it

<w:hyperlink r:id="rId1">
  <w:r>
    <w:rPr>
      <...>
    </w:rPr>
  </w:r>
</w:hyperlink>

How MS exports it

<w:hyperlink r:id="rId1" w:history="1">
  <w:r>
    <w:rPr>
      <...>
    </w:rPr>
    <w:t>AAAA</w:t> <!-- line that is missing in LO export -->
  </w:r>
</w:hyperlink>

Justin: thoughts?

-- 
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/20171114/2086bc42/attachment.html>


More information about the Libreoffice-bugs mailing list