Commit a5a53d39 authored by Sergey.Tsarkov's avatar Sergey.Tsarkov Committed by Alexander.Trofimov

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