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

Fixed issue #31356 - Не удаляется название Named Range из поля с названием при удалении ячейки

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@67586 954022d7-b5bf-4e40-9824-e11837661b57
parent 7bba0a6a
......@@ -10090,6 +10090,7 @@
this._isLockedCells(oChangeData.removed, c_oAscLockTypeElemSubType.DeleteRows, onChangeWorksheetCallback);
break;
}
this.handlers.trigger("selectionNameChanged", t.getSelectionName(/*bRangeText*/false));
break;
case "sheetViewSettings":
functionModelAction = function() {
......
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