diff options
author | Vinaya Mandke <vinaya.mandke@synerzip.com> | 2014-08-06 19:38:40 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-08-08 09:37:32 +0200 |
commit | 60fad3fabb26a50ea238bed2f046670c6e5678f7 (patch) | |
tree | 2bce94b89414305703b8f637cdbe790db01fbf4d /chart2/qa | |
parent | 396fa3b663efb2f0b125c6328732263133590b3f (diff) |
fdo#81945 [DOCX] Round Tripped file corrupted due to nested SDTs
Original File contains two separate SDTs which are getting
nested during RT as follows:-
sdtStart [MARK] rPr [MARK] sdtEND RunSTART
==PREPEND==> sdtStart [MARK] sdtEND RunSTART rPr RunEND
Now Another SDT starts
sdtStart [MARK] sdtEND RunSTART rPr RunEND [MARK] sdtStart
==PREPEND==> sdtStart [MARK] sdtStart sdtEND RunSTART rPr RunEND
So, in such cases wait before closing the earlier sdt, to avoid nesting. Thus the [MARK]
can be retained in the corrrect position, to start the new SDT and end the earlier SDT.
Reviewed on:
https://gerrit.libreoffice.org/10803
Change-Id: Ia86f94c0587a5d44ab23391ea9ac38f86b5dd250
Diffstat (limited to 'chart2/qa')
0 files changed, 0 insertions, 0 deletions