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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50630 954022d7-b5bf-4e40-9824-e11837661b57
parent 5e9aa030
......@@ -10882,6 +10882,7 @@ Paragraph.prototype =
{
Para.CopyPr( this );
this.Set_Spacing( { After : 0 }, false );
this.Numbering_Remove();
},
Get_FrameBounds : function(FrameX, FrameY, FrameW, FrameH)
......
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