diff options
author | Tushar Bende <tushar.bende@synerzip.com> | 2014-05-30 11:12:54 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-05-30 21:07:56 +0200 |
commit | 489611732319dec36ec630f6bfffd0c6ff03b9bf (patch) | |
tree | 0730a0ad778d48388d8dddaf36ac82ee3c27ba93 /solenv | |
parent | 59eabfcfeab03ee3aa830bfa31ea4a7893824776 (diff) |
fdo#78883: Writer getting Hang while opening document
Description:
Writer getting Hang while opening document because of loop in layout.
Root cause: For Documents containing table with direct formatting for
Para line spacing along with style w:type="table" in style.xml LO was
erasing PROP_PARA_LINE_SPACING Prop from pAllCellProps in
DomainMapperTableHandler::endTableGetCellProperties(). But for
Documents without direct formatting for Para line spacing this deletion
was causing problem, as after deletion there is no formatting available
to apply.
To fix this checking whether there is a Direct formatting available for
table, if Yes then proceed with this deletion logic.
Change-Id: Ibaf51ebd1aca93eff44a9edfbe8fa13832ab2b70
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'solenv')
0 files changed, 0 insertions, 0 deletions