Commit 8841e70d authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

Добавлена функция закрытия файла, после выполнения которой можно загружать новый файл.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62640 954022d7-b5bf-4e40-9824-e11837661b57
parent 0d641299
......@@ -7452,7 +7452,7 @@ asc_docs_api.prototype.asc_undoAllChanges = function ()
{
this.WordControl.m_oLogicDocument.Document_Undo({All : true});
};
asc_docs_api.prototyp.asc_CloseFile = function()
asc_docs_api.prototype.asc_CloseFile = function()
{
History.Clear();
g_oTableId.Clear();
......
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