From a4224b29235623ec2ccae31d789462fec0e01e46 Mon Sep 17 00:00:00 2001
From: GoshaZotov <Igor.Zotov@onlyoffice.com>
Date: Wed, 4 May 2016 14:44:06 +0300
Subject: [PATCH] =?UTF-8?q?Bug=20#32354=20-=20=D0=9D=D0=B5=20=D0=B2=D0=BE?=
 =?UTF-8?q?=D0=B7=D0=BD=D0=B8=D0=BA=D0=B0=D0=B5=D1=82=20=D0=BF=D1=80=D0=B5?=
 =?UTF-8?q?=D0=B4=D1=83=D0=BF=D1=80=D0=B5=D0=B6=D0=B4=D0=B5=D0=BD=D0=B8?=
 =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=B8=20=D1=83=D0=B4=D0=B0=D0=BB=D0=B5?=
 =?UTF-8?q?=D0=BD=D0=B8=D0=B8=20=D1=81=D1=82=D0=BE=D0=BB=D0=B1=D1=86=D0=B0?=
 =?UTF-8?q?=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B8=D1=80=D0=BE=D0=B2?=
 =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D0=BE=D0=B9=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8?=
 =?UTF-8?q?=D1=86=D1=8B,=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D0=B0=D1=8F=20?=
 =?UTF-8?q?=D0=BD=D0=B0=D1=85=D0=BE=D0=B4=D0=B8=D1=82=D1=81=D1=8F=20=D0=BD?=
 =?UTF-8?q?=D0=B0=D0=BF=D1=80=D0=BE=D1=82=D0=B8=D0=B2=20=D0=B4=D1=80=D1=83?=
 =?UTF-8?q?=D0=B3=D0=BE=D0=B9=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8=D1=86=D1=8B?=
 =?UTF-8?q?,=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20Table=20Settings?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 cell/view/WorksheetView.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cell/view/WorksheetView.js b/cell/view/WorksheetView.js
index a17d00391..9e6f9d264 100644
--- a/cell/view/WorksheetView.js
+++ b/cell/view/WorksheetView.js
@@ -13203,7 +13203,7 @@
 				}
 				case c_oAscDeleteOptions.DeleteCellsAndShiftLeft:
 				{
-					if(isPartTablePartsUnderRange)
+					if(isPartTablePartsRightRange)
 					{
 						res = false;
 					}
-- 
2.30.9