diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-05-05 23:15:20 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-05-06 00:10:17 +0200 |
commit | c4cf85766453982f1aa94a7f2cb22af19ed100be (patch) | |
tree | 9bdab580f5e8e76ecd72574c7f24015bb063f1a7 /chart2 | |
parent | 1848430d614e0f2f52e288363d0367c9207b0802 (diff) |
sw: fix crash due to redlines on tables on ooo121112-2.docx
Problem is that after import there are SwRangeRedline that start in the
first cell of a table and end in the paragraph following the table.
There are <w:del> elements covering every individual paragraph in the
table; all of these are merged into one SwRangeRedline.
This could possibly be fixed in writerfilter by buffering the
m_pParaMarkerRedline until after convertToTable() to prevent the
merging, but perhaps it's better to fix it in SwXText::convertToTable().
Change-Id: I853ae624fffedb59a48bd90decb0973bf33beb68
Diffstat (limited to 'chart2')
0 files changed, 0 insertions, 0 deletions