https://bugs.freedesktop.org/show_bug.cgi?id=76316

          Priority: medium
            Bug ID: 76316
          Assignee: [email protected]
           Summary: DOCX : CORRUPTION : FIle gets after Roundtrip
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
            Status: UNCONFIRMED
           Version: 4.2.0.0.alpha0+ Master
         Component: Writer
           Product: LibreOffice

Created attachment 95997
  --> https://bugs.freedesktop.org/attachment.cgi?id=95997&action=edit
Contains table having Hyperlinks

Steps to reproduce :
1] Open attached document in LO
2] Perform save_as
3] Open saved file in MS Office 2010

Current behavior :
File gets corrupted after Roundtrip.

Expected behavior :
File should get open in MS Office 2010 without any corruption.


Issue description :
For XML tag <w:hyperlink> there is no end tag. 
End Tag missing for <w:hyperlink> in document.xml.

XML difference :

Original file
<w:p>
   <w:hyperlink>
      <w:hyperlink>
      </w:hyperlink>
   </w:hyperlink>
</w:p>

RT file,   
<w:p>
   <w:hyperlink>
      <w:hyperlink>
      </w:hyperlink>
</w:p>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to