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

проверка defName в checkDefName

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62835 954022d7-b5bf-4e40-9824-e11837661b57
parent cb7a8b4c
......@@ -2160,7 +2160,7 @@ Workbook.prototype.checkDefName = function ( checkName, scope ) {
var defName = this.dependencyFormulas.getDefNameNode(getDefNameVertexId(scope, checkName));
return defName || true;
return defName ? defName.getAscCDefName() : true;
}
Workbook.prototype.isDefinedNamesExists = function ( name, sheetId ) {
......
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