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

fix: Bug 20775 - Формат ячеек не наследуется при вводе формулы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50254 954022d7-b5bf-4e40-9824-e11837661b57
parent 217de470
......@@ -791,7 +791,7 @@ function cBaseOperator( name, priority, argumentCount ) {
def:-1, //подразумевается формат первой ячейки входящей в формулу.
noneFormat:-2
};
this.numFormat = this.formatType.noneFormat;
this.numFormat = this.formatType.def;
}
cBaseOperator.prototype = {
constructor:cBaseOperator,
......
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