Commit 2ca16c05 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@51559 954022d7-b5bf-4e40-9824-e11837661b57
parent 27adec13
......@@ -3784,8 +3784,6 @@ asc_docs_api.prototype.OpenDocumentEndCallback = function()
this.bInit_word_control = true;
this.asc_fireCallback("asc_onDocumentContentReady");
var _slides = this.WordControl.m_oLogicDocument.Slides;
var _slidesCount = _slides.length;
for (var i = 0; i < _slidesCount; i++)
......@@ -3802,6 +3800,8 @@ asc_docs_api.prototype.OpenDocumentEndCallback = function()
}
}
this.asc_fireCallback("asc_onDocumentContentReady");
this.WordControl.InitControl();
if (bIsScroll)
......
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