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

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |filter:docx
                 CC|                            |[email protected]
            Version|unspecified                 |3.4.6 release
             Blocks|                            |107733
            Summary|Hyperlink in comments       |FILESAVE: DOCX - Hyperlink
                   |disappear after saving as   |text not exported to <w:t>
                   |docx and reopening in       |tag when in comments
                   |writer                      |

--- Comment #4 from Yousuf Philips (jay) <[email protected]> ---
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>

(In reply to Dieter Praas from comment #3)
> But I'm not sure, if this is the behaviour described in the original bug
> report. So perhaps there are two different bugs?

Well if it isnt what Gabriel described in the description, we'll just have to
open a new bug for it.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107733
[Bug 107733] [META] Hyperlink bugs and enhancements
-- 
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