Commit 21f5e662 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Merged revision(s) 63118 from...

Merged revision(s) 63118 from AVS/Sources/TeamlabOffice/branches/TeamlabOffice_v3.0_Postgresql/OfficeWeb:
fix bug #29592


git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@63119 954022d7-b5bf-4e40-9824-e11837661b57
parent b7b27c5b
......@@ -7494,8 +7494,10 @@ asc_docs_api.prototype.asc_CloseFile = function()
g_oTableId.Clear();
this.isApplyChangesOnOpenEnabled = true;
this.WordControl.m_oLogicDocument.Stop_Recalculate();
this.WordControl.m_oLogicDocument.Stop_CheckSpelling();
var oLogicDocument = this.WordControl.m_oLogicDocument;
oLogicDocument.Stop_Recalculate();
oLogicDocument.Stop_CheckSpelling();
window.global_pptx_content_loader.ImageMapChecker = {};
};
window["asc_docs_api"] = asc_docs_api;
......
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