Commit 5d7cd64a 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@62395 954022d7-b5bf-4e40-9824-e11837661b57
parent c4f9de93
......@@ -1192,7 +1192,7 @@ function cName( val, wb, ws ) {
this.regSpace = /\$/g;
this.wb = wb;
this.ws = ws;
this.defName = this.wb.getDefinesNames( this.value, this.ws.getId() );
this.defName = this.wb.getDefinesNames( this.value, this.ws ? this.ws.getId() : null );
if( this.defName ){
this.ref = new parserFormula( this.defName.Ref, "", this.ws );
this.ref.parse();
......
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