fpspreadsheet: Fix endless loop (seen on Linux) when loading an ods file with embedded images.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7330 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-03-07 20:04:16 +00:00
parent 29fab46e41
commit 5457aab56b

View File

@ -4104,7 +4104,7 @@ procedure TsSpreadOpenDocReader.ReadShape(ANode: TDOMNode;
end;
end;
end;
childNode := ANode.NextSibling;
childNode := childnode.NextSibling;
end;
end;