Commit 79823793 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Правка проблемы минимизации

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48458 954022d7-b5bf-4e40-9824-e11837661b57
parent c4020f5b
...@@ -526,8 +526,8 @@ ...@@ -526,8 +526,8 @@
if (!oRecalcIndexResult.hasOwnProperty(sheetId)) { if (!oRecalcIndexResult.hasOwnProperty(sheetId)) {
oRecalcIndexResult[sheetId] = new CRecalcIndex(); oRecalcIndexResult[sheetId] = new CRecalcIndex();
} }
for (; nIndex < oRecalcIndex[sheetId]._arrElements.length; ++nIndex) { for (; nIndex < oRecalcIndex[sheetId]["_arrElements"].length; ++nIndex) {
oRecalcIndexElement = oRecalcIndex[sheetId]._arrElements[nIndex]; oRecalcIndexElement = oRecalcIndex[sheetId]["_arrElements"][nIndex];
if (true === oRecalcIndexElement.m_bIsSaveIndex) if (true === oRecalcIndexElement.m_bIsSaveIndex)
continue; continue;
nRecalcType = (c_oAscRecalcIndexTypes.RecalcIndexAdd === oRecalcIndexElement._recalcType) ? nRecalcType = (c_oAscRecalcIndexTypes.RecalcIndexAdd === oRecalcIndexElement._recalcType) ?
......
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