Commit 50085fc8 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

_isMergedCells:

Переход от worksheet._getMergedCellsRange на model.getMergedByCell

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50528 954022d7-b5bf-4e40-9824-e11837661b57
parent 41c21325
......@@ -3916,7 +3916,7 @@
},
_isMergedCells: function (range) {
return range.isEqual( this._getMergedCellsRange(range.c1, range.r1) );
return range.isEqual(this.model.getMergedByCell(range.c1, range.r1));
},
// Обновляем массив мерженных индексов для новых строк
......
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