https://issues.apache.org/ooo/show_bug.cgi?id=121975
Bug ID: 121975
Issue Type: DEFECT
Summary: docx import patch: fixing table width (relative table
width is now supported)
Classification: Application
Product: Writer
Version: AOO400-dev
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
My patch fixes a docx import table width problem. In the current AOO version
relative table width is ignored, instead the table width is determined by the
grid array. But this is wrong, the code assumes that the grid array contains
Twip measurement values ... instead grid entries are specified to be relative
values... A grid array of "1:2:1" should produce the same table as if the grid
array would be "3:6:3".
This bug most probably also fixes 76425.
The patch resolves this problem, I make it available to AOO under ALv2..
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.