Commit 717280e6 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=26603 - Не происходит снятия объединения с...

http://bugzserver/show_bug.cgi?id=26603 - Не происходит снятия объединения с ячеек после применения к ним форматированной таблицы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58409 954022d7-b5bf-4e40-9824-e11837661b57
parent 64c019c6
......@@ -459,7 +459,11 @@ var gUndoInsDelCellsFlag = true;
cloneAC.r1 = cloneAC.r1 + 1;
cloneAC.r2 = cloneAC.r1;
cloneAC.c2 = cloneAC.c1;
}
}
//делаем unmerge
ws.model.getRange3(activeCells.r1, activeCells.c1, activeCells.r2, activeCells.c2).unmerge();
var n = 0;
result = [];
for(col = activeCells.c1; col <= activeCells.c2; col++)
......
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