Commit 1a558f8a authored by Dmitry.Shahtanov's avatar Dmitry.Shahtanov

CoEdit для именованных диапазонов и форматированных таблиц

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64651 954022d7-b5bf-4e40-9824-e11837661b57
parent 3898e36a
......@@ -1011,6 +1011,10 @@ DependencyGraph.prototype = {
//this.defNameList[nodeId] = null;
delete this.defNameList[nodeId];
if(!oldN){
return false;
}
oldN.changeDefName( newDefName );
this.defNameList[oldN.nodeId] = oldN;
......
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