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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@55748 954022d7-b5bf-4e40-9824-e11837661b57
parent 94e4d131
......@@ -12,6 +12,10 @@ asc_docs_api.prototype.Internal_Update_Ind_Right = function(Right)
};
// editor
asc_docs_api.prototype["NativeAfterLoad"] = function()
{
this.WordControl.m_oDrawingDocument.AfterLoad();
};
asc_docs_api.prototype["GetNativePageMeta"] = function(pageIndex)
{
this.WordControl.m_oDrawingDocument.LogicDocument = _api.WordControl.m_oDrawingDocument.m_oLogicDocument;
......
......@@ -261,8 +261,8 @@ function NativeOpenFile2()
_api = new window["asc_docs_api"]("");
_api.asc_nativeOpenFile(doc_bin);
if (_api.WordControl.m_oDrawingDocument.AfterLoad)
_api.WordControl.m_oDrawingDocument.AfterLoad();
if (_api.NativeAfterLoad)
_api.NativeAfterLoad();
}
else
{
......
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