Commit dd5bd649 authored by Sergey.Konovalov's avatar Sergey.Konovalov

дополнение к Revision: 66959

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@66962 954022d7-b5bf-4e40-9824-e11837661b57
parent 564d6dab
......@@ -9584,7 +9584,7 @@ function Binary_oMathReader(stream, oReadResult)
res = this.brPrr.Read(length, MathTextRPr, null);
props.ctrPrp = MathTextRPr;
} else if (c_oSerRunType.del === type) {
var rPrChange = new CParaPr();
var rPrChange = new CTextPr();
var reviewInfo = new CReviewInfo();
var brPrr = new Binary_rPrReader(this.Document, this.oReadResult, this.stream);
res = this.bcr.Read1(length, function(t, l){
......@@ -9592,7 +9592,7 @@ function Binary_oMathReader(stream, oReadResult)
});
props.del = reviewInfo;
} else if (c_oSerRunType.ins === type) {
var rPrChange = new CParaPr();
var rPrChange = new CTextPr();
var reviewInfo = new CReviewInfo();
var brPrr = new Binary_rPrReader(this.Document, this.oReadResult, this.stream);
res = this.bcr.Read1(length, function(t, l){
......
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