Commit d4955ad5 authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov Committed by Alexander.Trofimov

дополнительно для ревизии 56792 - для Bug 19969 - Формат отображения General...

дополнительно для ревизии 56792 - для Bug 19969 - Формат отображения General сбрасывается после пересчета функции в ячейке


git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56809 954022d7-b5bf-4e40-9824-e11837661b57
parent 182d11cd
...@@ -1683,8 +1683,9 @@ cTEXT.prototype.Calculate = function ( arg ) { ...@@ -1683,8 +1683,9 @@ cTEXT.prototype.Calculate = function ( arg ) {
text += aText[i].text; text += aText[i].text;
} }
return this.value = new cString( text ); this.value = new cString( text );
this.numFormat = this.formatType.noneFormat; this.value.numFormat = this.formatType.noneFormat;
return this.value;
} }
cTEXT.prototype.getInfo = function () { cTEXT.prototype.getInfo = function () {
return { return {
......
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