diff options
author | umeshkadam <umesh.kadam@synerzip.com> | 2014-01-10 16:46:58 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-01-10 15:52:14 +0100 |
commit | 89a3acbdb590c3552a3184137ba0aad7f97f1549 (patch) | |
tree | d2025208b95a8bfd1a145287467a29c9648dc09a /writerperfect | |
parent | 3a6fdd146a37a1dbdec56b6a1d4eff3a8a28a3f8 (diff) |
fdo#71834: Fix for floating table
Issue :
- When we have overlapping tables the first table gets
exported as a table and the second table gets exported
as a DML/VML shape.
- While exporting, the system starts with the table row &
the cell, within which it starts exporting the overlapped
table, while doing so the previous table attributes were
being referred since the variable was shared.
Implementation:
- Save and reset the table related attributes before
calling the WriteDMLTextFrame & writeVMLTextFrame
functions.
- Restore the table attributes for further processing after
having written the shape.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7364
Change-Id: I0052a08c74ffbbebd3eb91a7075a43a4c225b670
Diffstat (limited to 'writerperfect')
0 files changed, 0 insertions, 0 deletions