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

fix: Bug 30396 - [NamedRanges][CoEdit]Ошибка в консоли и повреждение файла при...

fix: Bug 30396 - [NamedRanges][CoEdit]Ошибка в консоли и повреждение файла при одновременном удалении листа с диапазоном одним пользователем и редактировании его другим (http://bugzserver/show_bug.cgi?id=30396)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64793 954022d7-b5bf-4e40-9824-e11837661b57
parent 31b76a94
......@@ -1009,7 +1009,7 @@ DependencyGraph.prototype = {
nodeId = getDefNameVertexId( sheetId || "WB", name );
//sheetNodeList[nodeId] = null;
delete sheetNodeList[nodeId];
sheetNodeList ? delete sheetNodeList[nodeId] : null;
//this.defNameList[nodeId] = null;
delete this.defNameList[nodeId];
......
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