Commit 32a51546 authored by Ilya Kirillov's avatar Ilya Kirillov

Fix previous commit.

parent ab4c7a3b
......@@ -279,7 +279,7 @@ CComplexField.prototype.Update = function()
// Значение таба зависит от текущей секции
var oTabs = new CParaTabs();
oTabs.Add(new CParaTab(tab_Right, 9345 / 20 / 72 * 25.4, c_oAscTabLeader.Dot));
oTabs.Add(new CParaTab(tab_Right, 9345 / 20 / 72 * 25.4, Asc.c_oAscTabLeader.Dot));
oPara.Set_Tabs(oTabs);
var oTabRun = new ParaRun(oPara, false);
......
......@@ -8422,7 +8422,7 @@ function CParaTab(Value, Pos, Leader)
{
this.Value = Value;
this.Pos = Pos;
this.Leader = Leader ? Leader : c_oAscTabLeader.None;
this.Leader = Leader ? Leader : Asc.c_oAscTabLeader.None;
}
CParaTab.prototype.Copy = function()
{
......
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