Commit 116f89b9 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ 56063

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56064 954022d7-b5bf-4e40-9824-e11837661b57
parent 2a47e3dd
......@@ -2639,7 +2639,6 @@ var gUndoInsDelCellsFlag = true;
//есть ли вообще на странице мерженные ячейки
//TODO стоит пересмотреть проверку мерженных ячеек
console.time("_getAdjacentCellsAF");
var allRange = ws.model.getRange3(0, 0, ws.nRowsCount, ws.nColsCount);
var isMergedCells = allRange.hasMerged();
......@@ -2734,7 +2733,6 @@ var gUndoInsDelCellsFlag = true;
};
};
};
console.timeEnd("_getAdjacentCellsAF");
//проверяем есть ли пустые строчки и столбцы в диапазоне
if(ar.r1 == cloneActiveRange.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