diff options
author | Pallavi Jadhav <pallavi.jadhav@synerzip.com> | 2014-02-06 13:58:03 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-02-26 10:50:08 +0100 |
commit | a31fbb53dba76736b37213b98b64937f05929a67 (patch) | |
tree | 40c56bf856289c50415fa2c469946e5c72fef974 /embeddedobj | |
parent | c4399bcd13cbe1cfa89c782e6667906c0b8bbb89 (diff) |
fdo#74566:DOCX: Preservation <w:br> tag for Break to Next Page
Issue :
'Break to Next Page' gets converted to 'Page Break Before'
in RT.
XML diffrenece :
- LO exports <w:br> as <w:pageBreakBefore /> in document.xml
- The page break is written into wrong paragraph.
Implementation :
1] Removed implementation to export <w:pageBreakBefore />.
2] Added a check to write <w:br> in correct paragraph.
3] Modified code to handle SectionBreak() even if Text node
has no string.
It is required when DOCX contains a PageBreak with footer.
4] Written Export Unit Test case.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7891
Change-Id: I237b9c5fdd3083b441f6e81cd8442f458eccf1a0
Diffstat (limited to 'embeddedobj')
0 files changed, 0 insertions, 0 deletions