Commit 6b059184 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=21667 - Ошибка "Error Code: -38" в случае,...

http://bugzserver/show_bug.cgi?id=21667 - Ошибка "Error Code: -38" в случае, когда автофильтр применить можно

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57673 954022d7-b5bf-4e40-9824-e11837661b57
parent 625f2168
......@@ -3214,7 +3214,7 @@ var gUndoInsDelCellsFlag = true;
cell = ws.model._getCell(cloneActiveRange.r1, n);
if(cell.getValueWithoutFormat() != '')
break;
if(n == cloneActiveRange.c2 && cloneActiveRange.c2 > cloneActiveRange.c1)
if(n == cloneActiveRange.c2 /*&& cloneActiveRange.c2 > cloneActiveRange.c1*/)
cloneActiveRange.r1++;
}
}
......
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