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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55495 954022d7-b5bf-4e40-9824-e11837661b57
parent a568b8bc
......@@ -741,7 +741,7 @@ ParaRun.prototype =
return { X : X, Y : Y, PageNum : CurPage + Para.Get_StartPage_Absolute(), Internal : { Line : CurLine, Page : CurPage, Range : CurRange } };
}
return { X : X };
return { X : X, Y: Y, Internal : { Line : CurLine, Page : CurPage, Range : 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