Commit ee7a286a 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@59502 954022d7-b5bf-4e40-9824-e11837661b57
parent 5c2546db
...@@ -374,7 +374,7 @@ function BinaryPPTYLoader() ...@@ -374,7 +374,7 @@ function BinaryPPTYLoader()
this.presentation = presentation; this.presentation = presentation;
this.ImageMapChecker = {}; this.ImageMapChecker = {};
this.stream = new FileStream(data, data,length); this.stream = new FileStream(data, data.length);
this.stream.obj = null; this.stream.obj = null;
this.presentation.ImageMap = {}; this.presentation.ImageMap = {};
......
...@@ -5188,11 +5188,11 @@ window["asc_docs_api"].prototype["asc_nativeOpenFile"] = function(base64File, ve ...@@ -5188,11 +5188,11 @@ window["asc_docs_api"].prototype["asc_nativeOpenFile"] = function(base64File, ve
if (version === undefined) if (version === undefined)
{ {
loader.Load(base64File, this.WordControl.m_oLogicDocument); _loader.Load(base64File, this.WordControl.m_oLogicDocument);
} }
else else
{ {
loader.Load2(base64File, this.WordControl.m_oLogicDocument); _loader.Load2(base64File, this.WordControl.m_oLogicDocument);
} }
this.LoadedObject = 1; this.LoadedObject = 1;
......
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