Commit 46fdfa29 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

Саша, как же так! падает при merge!!!

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58187 954022d7-b5bf-4e40-9824-e11837661b57
parent 7a210d9d
......@@ -10604,7 +10604,11 @@
}
var cto;
for (r = range.r1; r <= range.r2; ++r) {
// TODO: падает при merge!!!
var __r1 = Math.min(range.r1, this.rows.length - 1);
var __r2 = Math.min(range.r2, this.rows.length - 1);
for (r = __r1; r <= __r2; ++r) {
if (this.height_1px > this.rows[r].height) {continue;}
for (c = range.c1; c <= range.c2; ++c) {
if (this.width_1px > this.cols[c].width) {continue;}
......
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