fpvectorial: Fixes typo

git-svn-id: trunk@47803 -
This commit is contained in:
sekelsenmat 2015-02-15 14:23:26 +00:00
parent 51fcf22447
commit cd40a021c3

View File

@ -229,7 +229,7 @@ begin
CurCellPara.Style := ADoc.StyleHeading4; CurCellPara.Style := ADoc.StyleHeading4;
CurCellPara.AddText(GetTextContentFromNode(lCurNode)); CurCellPara.AddText(GetTextContentFromNode(lCurNode));
end; end;
'tr': 'td':
begin begin
CurCell := CurRow.AddCell(); CurCell := CurRow.AddCell();
CurCellPara := CurCell.AddParagraph(); CurCellPara := CurCell.AddParagraph();