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

опечатки в названиях функций.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58043 954022d7-b5bf-4e40-9824-e11837661b57
parent 18a774f3
...@@ -357,7 +357,7 @@ function cDATEDIF() { ...@@ -357,7 +357,7 @@ function cDATEDIF() {
// this.setArgumentsMax( 3 ); // this.setArgumentsMax( 3 );
// this.setFormat( this.formatType.noneFormat ); // this.setFormat( this.formatType.noneFormat );
this.name = "DATEIF"; this.name = "DATEDIF";
this.type = cElementType.func; this.type = cElementType.func;
this.value = null; this.value = null;
this.argumentsMin = 3; this.argumentsMin = 3;
......
...@@ -2633,7 +2633,7 @@ function cQUOTIENT() { ...@@ -2633,7 +2633,7 @@ function cQUOTIENT() {
// this.setArgumentsMin( 2 ); // this.setArgumentsMin( 2 );
// this.setArgumentsMax( 2 ); // this.setArgumentsMax( 2 );
this.name = "QUPTIENT"; this.name = "QUOTIENT";
this.type = cElementType.func; this.type = cElementType.func;
this.value = null; this.value = null;
this.argumentsMin = 2; this.argumentsMin = 2;
......
...@@ -1232,7 +1232,7 @@ function cEXPONDIST() { ...@@ -1232,7 +1232,7 @@ function cEXPONDIST() {
// this.setArgumentsMin( 3 ); // this.setArgumentsMin( 3 );
// this.setArgumentsMax( 3 ); // this.setArgumentsMax( 3 );
this.name = "EXPODIST"; this.name = "EXPONDIST";
this.type = cElementType.func; this.type = cElementType.func;
this.value = null; this.value = null;
this.argumentsMin = 3; this.argumentsMin = 3;
......
...@@ -1484,7 +1484,7 @@ function cSUBSTITUTE() { ...@@ -1484,7 +1484,7 @@ function cSUBSTITUTE() {
// this.setArgumentsMin( 3 ); // this.setArgumentsMin( 3 );
// this.setArgumentsMax( 4 ); // this.setArgumentsMax( 4 );
this.name = "SUBTITUTE"; this.name = "SUBSTITUTE";
this.type = cElementType.func; this.type = cElementType.func;
this.value = null; this.value = null;
this.argumentsMin = 3; this.argumentsMin = 3;
......
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