Commit 6199cba0 authored by Anna.Pavlova's avatar Anna.Pavlova Committed by Alexander.Trofimov

к предыдущей заливке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@61230 954022d7-b5bf-4e40-9824-e11837661b57
parent fdc4e940
......@@ -44,7 +44,7 @@ function CMathPropertiesSettings()
}
CMathPropertiesSettings.prototype.SetDefaultPr = function()
{
this.brkBin = BREAK_AFTER;
this.brkBin = BREAK_BEFORE;
this.defJc = align_Justify;
this.dispDef = true;
this.intLim = NARY_SubSup;
......
......@@ -8439,17 +8439,6 @@ ParaRun.prototype.ApplyPoints = function(PointsInfo)
}
}
};
/*ParaRun.prototype.Update_LineBreakPos = function(PRS, bAfterRun)
{
if(bAfterRun)
{
PRS.Set_LineBreakPos(this.Content.length);
}
else
{
PRS.Set_LineBreakPos(0);
}
};*/
ParaRun.prototype.Get_TextForAutoCorrect = function(AutoCorrectEngine, RunPos)
{
var ActionElement = AutoCorrectEngine.Get_ActionElement();
......
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