Commit 4daa02b0 authored by Anna.Pavlova's avatar Anna.Pavlova

Поправила баг: неправильно компилировались текстовые настройки

http://bugzserver/show_bug.cgi?id=27137

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@59618 954022d7-b5bf-4e40-9824-e11837661b57
parent 30c785e9
......@@ -58,7 +58,6 @@ function ParaMath()
this.DefaultTextPr = new CTextPr();
this.DefaultTextPr.FontSize = 11;
this.DefaultTextPr.FontFamily = {Name : "Cambria Math", Index : -1 };
this.DefaultTextPr.RFonts.Set_All("Cambria Math", -1);
......
......@@ -429,7 +429,6 @@ CMathBase.prototype =
Name: defaultTxtPrp.FontFamily.Name,
Index: defaultTxtPrp.FontFamily.Index
};
this.CompiledCtrPrp.FontSize = defaultTxtPrp.FontSize;
this.CompiledCtrPrp.Merge(this.CtrPrp);
......
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