Steps to Reproduce: 1. Open file in LO 2. Save as docx in LO 3. Open the original file and the round-tripped file in MS Word 2010 Hyperlink is lost (visual disparity). ================================================================================= Root Cause >>> The fldData is getting added as instrText. So in RT file the <w:instrText> has both the instrText and the fldData, from the original file. This causes the hyperlink visual loss in RT file. =================================================================================
Created attachment 103032 [details] Issue File
Synerzip -> NEW
Vinaya Mandke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=981e2dcd44d3b33b5af791645f77b6c7f2da831c FILESAVE [DOCX] Hyperlink text is getting lost after RT fdo#81492 The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Fix applied + Unit test -> RESOLVED FIXED