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

Bug 25560 - Гиперссылка копируется в автофигуру без сохранения стиля

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57574 954022d7-b5bf-4e40-9824-e11837661b57
parent 87c869ed
......@@ -5791,9 +5791,18 @@ PasteProcessor.prototype =
this.oCurHyperlink = oOldHyperlink;
this.oCurHyperlinkContentPos = oOldHyperlinkContentPos;
if(oHyperlink.Content.length > 0)
{
if(this.pasteInExcel)
{
var TextPr = new CTextPr();
TextPr.Unifill = CreateUniFillSchemeColorWidthTint(11, 0);
TextPr.Underline = true;
oHyperlink.Apply_TextPr( TextPr, undefined, true );
}
this._Paragraph_Add(oHyperlink);
}
}
}
if(bRoot)
{
this._Commit_Br(2, node, pPr);//word ���������� 2 ��������� br
......
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