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

fix: Bug 29776 - [AutoSave] [NamedRanges] Добавление именованного диапазона...

fix: Bug 29776 - [AutoSave] [NamedRanges] Добавление именованного диапазона приводит потере данных и повреждению файла после сборки (http://bugzserver/show_bug.cgi?id=29776)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63711 954022d7-b5bf-4e40-9824-e11837661b57
parent c91d3f15
......@@ -466,9 +466,8 @@ var UndoRedoDataTypes = new function() {
case this.ParagraphAddParaItem: return new UndoRedoDataAddParaItem();
case this.ParagraphParaItemAdd: return new UndoRedoData_historyitem_Paragraph_AddItem();
case this.DefinedName: return new UndoRedoData_DefinedNames();
case this.DefinedNamesChange: return new UndoRedoData_DefinedNamesChange();
}
return null;
......
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