Commit a2401b90 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52336 954022d7-b5bf-4e40-9824-e11837661b57
parent 1a6fec40
...@@ -6523,7 +6523,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow ...@@ -6523,7 +6523,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
oNewObject.Content.push(oMathPara); oNewObject.Content.push(oMathPara);
res = this.bcr.Read1(length, function(t, l){ res = this.bcr.Read1(length, function(t, l){
return oThis.ReadMathOMathPara(t,l,oMathPara.Math); return oThis.ReadMathArg(t,l,oMathPara.Math.Root);
}); });
} }
else else
...@@ -6873,7 +6873,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow ...@@ -6873,7 +6873,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
res = c_oSerConstants.ReadUnknown; res = c_oSerConstants.ReadUnknown;
return res; return res;
}; };
this.ReadMathBorderBox = function(type, length, oBorderBox, props) this.ReadMathBorderBox = function(type, length, oBorderBox, props, oElem)
{ {
var res = c_oSerConstants.ReadOk; var res = c_oSerConstants.ReadOk;
var oThis = this; var oThis = this;
...@@ -8439,7 +8439,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow ...@@ -8439,7 +8439,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
res = c_oSerConstants.ReadUnknown; res = c_oSerConstants.ReadUnknown;
return res; return res;
}; };
this.ReadMathSPre = function(type, length, oSPre, props) this.ReadMathSPre = function(type, length, oSPre, props, oElem)
{ {
var res = c_oSerConstants.ReadOk; var res = c_oSerConstants.ReadOk;
var oThis = this; var oThis = this;
......
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