From a2401b9046c3543fee1c90d2f51de57dd2384a0b Mon Sep 17 00:00:00 2001
From: "Sergey.Tsarkov" <Sergey.Tsarkov@OnlyOffice.com>
Date: Thu, 21 Nov 2013 14:02:32 +0000
Subject: [PATCH] git-svn-id:
 svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52336
 954022d7-b5bf-4e40-9824-e11837661b57

---
 Word/Editor/Serialize2.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Word/Editor/Serialize2.js b/Word/Editor/Serialize2.js
index 84f8f9787..5cb24a0a1 100644
--- a/Word/Editor/Serialize2.js
+++ b/Word/Editor/Serialize2.js
@@ -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;
-- 
2.30.9