Commit ea36fef2 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@62821 954022d7-b5bf-4e40-9824-e11837661b57
parent 2c366524
......@@ -7498,13 +7498,13 @@ asc_docs_api.prototype.asc_undoAllChanges = function ()
asc_docs_api.prototype.asc_CloseFile = function()
{
History.Clear();
g_oIdCounter.Clear();
g_oTableId.Clear();
g_oIdCounter.Clear();
this.isApplyChangesOnOpenEnabled = true;
this.WordControl.m_oLogicDocument.Stop_Recalculate();
this.WordControl.m_oLogicDocument.Stop_CheckSpelling();
}
};
window["asc_docs_api"] = asc_docs_api;
window["asc_docs_api"].prototype["asc_nativeOpenFile"] = function(base64File, version)
......
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