https://issues.apache.org/ooo/show_bug.cgi?id=119595

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79673|                            |review?
              Flags|                            |

--- Comment #3 from [email protected] ---
Created attachment 79673
  --> https://issues.apache.org/ooo/attachment.cgi?id=79673&action=edit
Patch

The problem happens specially with inner tables. 

When a table cell has a inner table, the cell count logic is not correct. When
calculating columns width, it depends on the cell numbers, thus the column
width is wrong either.

To fix this, we need to store the parent table's cell count, and re-start with
0 for the inner table's cell count. And after back from the inner table, we
need to restore the cell count for the parent table.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to