Commit 0cc7d158 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

дополнение к Revision: 50971

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50975 954022d7-b5bf-4e40-9824-e11837661b57
parent 89185079
......@@ -2764,15 +2764,12 @@ CCellValue.prototype =
}
if(false == bFindResult)
{
aRes = null;
sText = null;
var oNewFont = new Font();
if(dDigitsCount > 1)
{
oNewFont.repeat = true;
aText = [{text: "#", format: oNewFont}];
}
aText = [{text: "#", format: {repeat: true}}];
else
aText = [{text: "", format: oNewFont}];
aText = [{text: "", format: {}}];
}
}
}
......
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