Commit d6b68a37 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@60968 954022d7-b5bf-4e40-9824-e11837661b57
parent d6310fbe
...@@ -516,7 +516,7 @@ Paragraph.prototype.private_RecalculatePage = function(CurPage) ...@@ -516,7 +516,7 @@ Paragraph.prototype.private_RecalculatePage = function(CurPage)
PRS.Restore_RunRecalcInfo(); PRS.Restore_RunRecalcInfo();
else else
{ {
CurLine = PRS.Line; CurLine = PRS.PrevLineRecalcInfo.Line;
PRS.Reset_Ranges(); PRS.Reset_Ranges();
PRS.Reset_PageBreak(); PRS.Reset_PageBreak();
......
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