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

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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49863 954022d7-b5bf-4e40-9824-e11837661b57
parent 7dab8ef9
......@@ -10910,7 +10910,7 @@ Paragraph.prototype =
var TextPr = this.Internal_CalculateTextPr(Pos);
var DropCap = this.Content[Pos];
this.Internal_Content_Remove2( 0, Pos + 1 );
this.Internal_Content_Remove( Pos );
if ( null != PTextPr )
this.Internal_Content_Add( 0, PTextPr );
......
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