From d099c31a294bc28ba618240f2c8526bef5e7a58b Mon Sep 17 00:00:00 2001
From: "Igor.Zotov" <Igor.Zotov@OnlyOffice.com>
Date: Tue, 10 Jun 2014 10:37:16 +0000
Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B4?=
 =?UTF-8?q?=D0=BB=D1=8F=20bugzserver/show=5Fbug.cgi=3Fid=3D24661?=
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@56559 954022d7-b5bf-4e40-9824-e11837661b57
---
 Excel/model/autofilters.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Excel/model/autofilters.js b/Excel/model/autofilters.js
index b10157f83..1f111d8ba 100644
--- a/Excel/model/autofilters.js
+++ b/Excel/model/autofilters.js
@@ -3507,7 +3507,7 @@ var gUndoInsDelCellsFlag = true;
 									case 7:
 										if(type == 1)
 										{
-											if(newVal.search("?") || newVal.search("*"))
+											//if(newVal.search("?") || newVal.search("*"))
 											if(newVal.search(filterVal) == 0)//beginsWith
 												result[s] = true;
 										}
-- 
2.30.9