From eaacf002c8c4a8ae4edfc1d2023ae39363203cfc Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Mon, 19 Aug 2013 07:46:52 +0000 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=B0=D0=B3=20=D1=81=20=D1=80=D0=B0?= =?UTF-8?q?=D1=81=D1=81=D1=87=D0=B5=D1=82=D0=BE=D0=BC=20=D1=81=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=B0=20=D0=B4=D0=BB=D1=8F=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=BA=20(c=20->=20r)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48913 954022d7-b5bf-4e40-9824-e11837661b57 --- Excel/model/CollaborativeEditing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Excel/model/CollaborativeEditing.js b/Excel/model/CollaborativeEditing.js index 6208806a8b..04fce31f86 100644 --- a/Excel/model/CollaborativeEditing.js +++ b/Excel/model/CollaborativeEditing.js @@ -607,7 +607,7 @@ } var arrInsertRows = this.m_oInsertRows[sheetId]; // Перед добавлением нужно передвинуть имеющиеся - var countRows = range.c2 - range.c1 + 1; + var countRows = range.r2 - range.r1 + 1; var isAddNewRange = true; for (var i = 0; i < arrInsertRows.length; ++i) { if (arrInsertRows[i].r1 > range.r1) {