v1.4.3-patch2

This commit is contained in:
csh 2023-08-25 16:37:07 +08:00
parent 60847b0636
commit 81b806c93c
1 changed files with 3 additions and 1 deletions

View File

@ -242,7 +242,9 @@ private
begin begin
for c:=1 to col do for c:=1 to col do
begin begin
node := table.Cell(r, c).node_; cell := table.Cell(r, c);
if not cell then continue;
node := cell.node_;
if (tbl := node.FirstChildElement('w:tbl')) then if (tbl := node.FirstChildElement('w:tbl')) then
begin begin
obj := TOfficeObj('TTable'); obj := TOfficeObj('TTable');