Commit fb7cdb9e authored by Ilya.Kirillov's avatar Ilya.Kirillov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52261 954022d7-b5bf-4e40-9824-e11837661b57
parent eba29ac1
This diff is collapsed.
......@@ -7485,7 +7485,7 @@ ParaPresentationNumbering.prototype =
};
// Класс ParaMath
function ParaMath(value)
function ParaMath()
{
this.Id = g_oIdCounter.Get_NewId();
......@@ -7526,12 +7526,12 @@ ParaMath.prototype =
Draw : function( X, Y, Context )
{
this.Math.Draw_2( X, Y, Context )
this.Math.Draw( X, Y, Context );
},
Measure : function( Context )
Measure : function( Context, TextPr )
{
this.Math.RecalculateComposition_2();
this.Math.RecalculateComposition(Context, TextPr);
var Size = this.Math.getSize();
this.Width = Size.width;
......
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