Commit 81285b0e authored by Sergey.Luzyanin's avatar Sergey.Luzyanin

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48906 954022d7-b5bf-4e40-9824-e11837661b57
parent db248a3e
......@@ -2013,7 +2013,7 @@ function CPattFill()
this.bgClr = null;//new CUniColor();
this.Id = g_oIdCounter.Get_NewId();
g_oIdCounter.Add(this, this.Id);
g_oTableId.Add(this, this.Id);
}
CPattFill.prototype =
......@@ -2176,7 +2176,7 @@ function CNoFill()
{
this.type = FILL_TYPE_NOFILL;
this.Id = g_oIdCounter.Get_NewId();
g_oIdCounter.Add(this, this.Id);
g_oTableId.Add(this, this.Id);
}
CNoFill.prototype =
......
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