Commit 3465a765 authored by Ilya.Kirillov's avatar Ilya.Kirillov

Исправлен баг с неправильным рассчетом строки, в которой после разрыва...

Исправлен баг с неправильным рассчетом строки, в которой после разрыва страницы идет формула (баг 29768).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64799 954022d7-b5bf-4e40-9824-e11837661b57
parent 4c859800
......@@ -1648,7 +1648,7 @@ ParaMath.prototype.Check_PageBreak = function()
ParaMath.prototype.Check_BreakPageEnd = function(PBChecker)
{
return true;
return false;
};
ParaMath.prototype.Get_ParaPosByContentPos = function(ContentPos, Depth)
{
......
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