Commit 22cecf02 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

переименовал переменную

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@65094 954022d7-b5bf-4e40-9824-e11837661b57
parent d950b617
......@@ -4553,7 +4553,7 @@ var maxIndividualValues = 10000;
{
var aWs = this._getCurrentWS();
var findFilters = this._searchFiltersInRange(arnFrom);
var undoRedo = aWs.workbook.bUndoChanges || aWs.workbook.bRedoChanges;
var bUndoRedoChanges = aWs.workbook.bUndoChanges || aWs.workbook.bRedoChanges;
if(findFilters && findFilters.length)
{
......@@ -4572,7 +4572,7 @@ var maxIndividualValues = 10000;
if(!ref.intersection(newRange) && !this._intersectionRangeWithTableParts(newRange, aWs, arnFrom))
{
//TODO позже не копировать стиль при перемещении всей таблицы
if(!undoRedo)
if(!bUndoRedoChanges)
{
var cleanRange = new Range(aWs, newRange.r1, newRange.c1, newRange.r2, newRange.c2);
cleanRange.cleanFormat();
......
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