diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-03 18:04:56 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2014-10-03 18:22:57 +0200 |
commit | a3b154ab0262e39497e788917085708ec645eae6 (patch) | |
tree | 2f5c31aa1a555079058c280a61940f409385e875 /cpputools | |
parent | 453583cc610b3dacddede52662fa4df276dd7c61 (diff) |
DOCX export: fix missing table border when original doc has table style
Scenario is that the original document has a table style, which sets
borders around the table, so A1 cell gets top and left borders (and none
for right/bottom). Then on export, if we write A1 as table default, then
this overwrites the table style, so the real right / bottom borders from
the table style are lost, as on export we think that they are available
from the table style already, so we don't write them.
Regression from commit ae61569eea0719a882010cfbb260a1a0d690d974 (oox: Do
not overwrite table style properties, 2014-04-03).
Change-Id: I54c10ffc2ade65260693b769274b1311efc086f9
Diffstat (limited to 'cpputools')
0 files changed, 0 insertions, 0 deletions