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

paraMath как поле в paraDrawing

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@62411 954022d7-b5bf-4e40-9824-e11837661b57
parent e2e45f86
......@@ -7785,6 +7785,8 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
oParaDrawing.setExtent(oParaDrawing.Extent.W, oParaDrawing.Extent.H);
if(null != oParaDrawing.wrappingPolygon)
oParaDrawing.addWrapPolygon(oParaDrawing.wrappingPolygon);
if (oDrawing.ParaMath)
oParaDrawing.ParaMath = oDrawing.ParaMath;
if(oParaDrawing.GraphicObj)
{
......@@ -7812,7 +7814,7 @@ function Binary_DocumentTableReader(doc, oReadResult, openParams, stream, bAllow
if ( length > 0 )
{
var oMathPara = new ParaMath();
oDrawing.oMathPara = oMathPara;
oDrawing.ParaMath = oMathPara;
res = this.bcr.Read1(length, function(t, l){
return oThis.boMathr.ReadMathArg(t,l,oMathPara.Root);
......
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