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

for bug #25568

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68440 954022d7-b5bf-4e40-9824-e11837661b57
parent a9d74dd1
......@@ -46,6 +46,7 @@ var c_oAscError = {
FrmlWrongArgumentRange: -36,
FrmlOperandExpected: -37,
FrmlParenthesesCorrectCount: -38,
FrmlWrongReferences: -39,
InvalidReferenceOrName: -40,
LockCreateDefName: -41,
......
......@@ -4212,7 +4212,7 @@ parserFormula.prototype = {
pos = {start: this.pCurrPos - this.operand_str.length - 1, end: this.pCurrPos, index: this.outStack.length};
if ( !(wsF && wsT) ) {
this.error.push( c_oAscError.ID.FrmlAnotherParsingError );
this.error.push( c_oAscError.ID.FrmlWrongReferences );
this.outStack = [];
this.elemArr = [];
return false;
......
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