diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-11 22:36:35 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 23:34:09 +0100 |
commit | 76aa23c59b4c81ea7b9d974a1a0a9e39c6bf8741 (patch) | |
tree | 0a8826943dfd03d9900be92954897470fa5a6d04 /chart2/qa/extras/data/docx | |
parent | de660901e1805f33467d425018d6bf5d5326e376 (diff) |
rhbz#1075124: writerfilter: fix tables with negative left margin
SvxBoxItem::nLeftDist is unsigned; the bugdoc sets a very large value
due to wrap-around which causes the table content not to be displayed.
DomainMapperTableHandler::endTableGetTableStyle() tweaks the
rInfo.nLeftBorderDistance by adding half the border line width to it,
which makes it positive; at that point the value has already been used
to init table::TableBorderDistances, so move that downward so it gets
the positive value too.
Change-Id: Ied2331b93f2e95845d7e8b2cc06e89e1ab24296e
Diffstat (limited to 'chart2/qa/extras/data/docx')
0 files changed, 0 insertions, 0 deletions