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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@50883 954022d7-b5bf-4e40-9824-e11837661b57
parent 55d91c2c
......@@ -6083,7 +6083,7 @@ CDocument.prototype =
Result_ParaPr.CanAddTable = ( true === Pr.Locked ? false : true );
// Если мы находимся в рамке, тогда дополняем ее свойства настройками границы и настройкой текста (если это буквица)
if ( undefined != Result_ParaPr.FramePr )
if ( undefined != Result_ParaPr.FramePr && type_Paragraph === this.Content[StartPos].GetType() )
this.Content[StartPos].Supplement_FramePr( Result_ParaPr.FramePr );
else if ( StartPos === EndPos && StartPos > 0 && type_Paragraph === this.Content[StartPos - 1].GetType() )
{
......
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