diff options
author | PriyankaGaikwad <priyanka.gaikwad@synerzip.com> | 2014-08-07 14:50:36 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-08 09:55:15 +0200 |
commit | 3293bfff71748af714b7dfde50476d4db86510d2 (patch) | |
tree | 7133d73a841fb7b7bde445fee0fd8ef54be86c72 /canvas | |
parent | 616b3ad50404f35d84708b3feeb8c66f2f23f1b1 (diff) |
fdo#81946 Corrupt : DOCX file getting corrupt after RT
Decription :
DOCX file getting corrupt after RT due to the AlternateContent inside sdtContent block
XML Difference :
In header.xml
Original File
<w:sdt>
<w:sdtContent>
...
</w:sdtContent>
</w:sdt>
Roundtrip File
<w:sdt>
<w:sdtContent>
<mc:AlternateContent>
......Text Box.....
</mc:AlternateContent>
</w:sdtContent>
</w:sdt>
Reviewed on:
https://gerrit.libreoffice.org/10805
Change-Id: I32d22f57a52060dd6f0ee784ee0002968d06ac3a
Diffstat (limited to 'canvas')
0 files changed, 0 insertions, 0 deletions