Commit 5e70cfad authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Исправлена опечатка.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61144 954022d7-b5bf-4e40-9824-e11837661b57
parent 3d61db76
......@@ -1087,7 +1087,7 @@ CParagraphContentWithParagraphLikeContent.prototype.Recalculate_LineMetrics = fu
for (var CurPos = StartPos; CurPos <= EndPos; CurPos++)
{
this.Content[CurPos].Recalculate_LineMetrics(PRSC, _CurLine, _CurRange);
this.Content[CurPos].Recalculate_LineMetrics(PRS, _CurLine, _CurRange);
}
};
CParagraphContentWithParagraphLikeContent.prototype.Recalculate_Range_Width = function(PRSC, _CurLine, _CurRange)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment