Commit 5076ace9 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

setJustification => setJustificationForConversion

Эта функция должна вызываться только при конвертации.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64562 954022d7-b5bf-4e40-9824-e11837661b57
parent b0a76f21
......@@ -865,7 +865,7 @@ CEqArray.prototype.setPosition = function(pos, PosInfo)
pos.x += this.size.width;
};
CEqArray.prototype.setJustification = function(js)
CEqArray.prototype.setJustificationForConversion = function(js) // эта функция должна вызываться только при конвертации, после того как у всех элементов контенты заполнены
{
var lng = this.Content.length;
var NewElement, Run;
......
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