Commit a2cd2078 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@57584 954022d7-b5bf-4e40-9824-e11837661b57
parent d6c5bdf0
......@@ -6445,7 +6445,7 @@
//null - disable, true - pressed button, false - unpressed button
var tablePartsOptions = this.autoFilters.searchRangeInTableParts(activeCell);
if(tablePartsOptions == null)
if(tablePartsOptions === null)
{
var checkApplyFilterOrSort = this.autoFilters.checkApplyFilterOrSort();
cell_info.isFormatTable = checkApplyFilterOrSort.isAutoFilter;
......@@ -6465,8 +6465,8 @@
{
cell_info.isFormatTable = null;
cell_info.cleanFilter = null;
};
};
}
}
cell_info.styleName = c.getStyleName();
cell_info.angle = c.getAngle();
......
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