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

Исправлен баг с добавлением нумераци (баг 20490).

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50385 954022d7-b5bf-4e40-9824-e11837661b57
parent 662cabbc
......@@ -8696,7 +8696,7 @@ Paragraph.prototype =
if ( undefined != NumParaPr.Ind && undefined != NumParaPr.Ind.Left )
{
AbstractNum.Change_LeftInd( LeftX + NumParaPr.Ind.Left );
AbstractNum.Change_LeftInd( X + NumParaPr.Ind.Left );
History.Add( this, { Type : historyitem_Paragraph_Ind_First, Old : ( undefined != this.Pr.Ind.FirstLine ? this.Pr.Ind.FirstLine : undefined ), New : undefined } );
History.Add( this, { Type : historyitem_Paragraph_Ind_Left, Old : ( undefined != this.Pr.Ind.Left ? this.Pr.Ind.Left : undefined ), New : undefined } );
......
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