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.AddText(GetTextContentFromNode(lCurNode));
end;
'tr':
'td':
begin
CurCell := CurRow.AddCell();
CurCellPara := CurCell.AddParagraph();