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

для Bug 26356 - MS Excel считает книгу поврежденной и предлагает восстановить...

для Bug 26356 - MS Excel считает книгу поврежденной и предлагает восстановить после экспорта XLSX книги

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58129 954022d7-b5bf-4e40-9824-e11837661b57
parent 2bdf9f68
......@@ -1285,7 +1285,7 @@ cName.prototype.toRef = function ( wsID ) {
return new cRef3D( parserHelp.operand_str, _wsFrom, this.wb );
}
}
return new cError( "#NAME!" );
return new cError( "#NAME?" );
};
/** @constructor */
......
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