https://bugs.documentfoundation.org/show_bug.cgi?id=167506
Bug ID: 167506
Summary: Filesave DOCX: border not seen when opening in Word
Product: LibreOffice
Version: 4.3.0.4 release
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: filter:docx, regression
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Save attachment 201478 from bug 167222 and reopen in MSO.
Border is not there. Regression in LO 4.3. Seen in 26.2+
Awful bisect points to this commit (mentioned in few tickets fixed by Justin):
commit ae61569eea0719a882010cfbb260a1a0d690d974 [log]
author Jacobo Aragunde Pérez <[email protected]> Thu Apr 03 16:27:37
2014 +0200
committer Jacobo Aragunde Pérez <[email protected]> Thu Apr 03
22:19:20 2014 +0200
oox: Do not overwrite table style properties
Some table properties can be defined by the table style but cells can
overwrite them in their cell properties section. Our exporter was
writing all the cell properties in all cases, regardless of them
being defined by the theme or not, and we shouldn't do that if we
want the document to work properly in Word.
To fix the issue I store the style-defined cell properties (the
format of all four borders) in the table grab bag. The exporter
recovers them and compares with the cell properties before writing
them; if the cell property matches the stlye-defined one, we don't
write it to the document.
--
You are receiving this mail because:
You are the assignee for the bug.