Commit 3d9eaae2 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55259 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c3b2939
...@@ -1723,9 +1723,9 @@ CDocument.prototype = ...@@ -1723,9 +1723,9 @@ CDocument.prototype =
{ {
if (window["native"]["WC_CheckSuspendRecalculate"]) if (window["native"]["WC_CheckSuspendRecalculate"])
{ {
if (window["native"]["WC_CheckSuspendRecalculate"]()) if ( _PageIndex > this.FullRecalc.StartPage + 2 )
{ {
if ( _PageIndex > this.FullRecalc.StartPage + 2 ) if (window["native"]["WC_CheckSuspendRecalculate"]())
return; return;
} }
} }
......
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