Commit b7c845a2 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 28018 - При использовании Copy Style для списка в первом плейсхолдере не...

Bug 28018 - При использовании Copy Style для списка в первом плейсхолдере не применяется список в другом

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60294 954022d7-b5bf-4e40-9824-e11837661b57
parent 35fe9475
......@@ -7506,6 +7506,12 @@ Paragraph.prototype =
if ( undefined != ParaPr.Brd )
this.Set_Borders( ParaPr.Brd );
}
else
{
History.Add( this, { Type : historyitem_Paragraph_PresentationPr_Bullet, New : ParaPr.Bullet, Old : this.Pr.Bullet } );
this.Pr.Bullet = ParaPr.Bullet;
this.CompiledPr.NeedRecalc = true;
}
}
},
......
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