Commit fdacae3e authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

col->this.oAllCol

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47304 954022d7-b5bf-4e40-9824-e11837661b57
parent 56104c99
...@@ -2122,7 +2122,7 @@ Woorksheet.prototype.generateFontMap=function(oFontMap){ ...@@ -2122,7 +2122,7 @@ Woorksheet.prototype.generateFontMap=function(oFontMap){
oFontMap[col.xfs.font.fn] = 1; oFontMap[col.xfs.font.fn] = 1;
} }
if(null != this.oAllCol && null != this.oAllCol.xfs && null != this.oAllCol.xfs.font && null != this.oAllCol.xfs.font.fn) if(null != this.oAllCol && null != this.oAllCol.xfs && null != this.oAllCol.xfs.font && null != this.oAllCol.xfs.font.fn)
oFontMap[col.xfs.font.fn] = 1; oFontMap[this.oAllCol.xfs.font.fn] = 1;
//пробегаемся строкам //пробегаемся строкам
for(var i in this.aGCells) for(var i in this.aGCells)
{ {
......
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