Commit 73918ac7 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48326 954022d7-b5bf-4e40-9824-e11837661b57
parent 11a33023
...@@ -88,7 +88,7 @@ function CPPTXContentLoader() ...@@ -88,7 +88,7 @@ function CPPTXContentLoader()
return GrObject; return GrObject;
} }
this.ReadTextBody = function(reader, stream) this.ReadTextBody = function(reader, stream, shape)
{ {
this.BaseReader = reader; this.BaseReader = reader;
if (this.Reader == null) if (this.Reader == null)
...@@ -119,7 +119,7 @@ function CPPTXContentLoader() ...@@ -119,7 +119,7 @@ function CPPTXContentLoader()
var s = this.stream; var s = this.stream;
var _main_type = s.GetUChar(); // 0!!! var _main_type = s.GetUChar(); // 0!!!
var txBody = this.Reader.ReadTextBody(); var txBody = this.Reader.ReadTextBody(shape);
stream.pos = s.pos; stream.pos = s.pos;
stream.cur = s.cur; stream.cur = s.cur;
......
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