Commit 4d3c9483 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=28261 - Выделенное мышкой и скопированное с...

http://bugzserver/show_bug.cgi?id=28261 - Выделенное мышкой и скопированное с интернет страницы изображение вставляется с подчеркиванием

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60615 954022d7-b5bf-4e40-9824-e11837661b57
parent f14ed89d
......@@ -5441,6 +5441,12 @@ PasteProcessor.prototype =
var oTextPr = this._read_rPr(oFirstTextChild);
if(numbering_numfmt_Bullet == num)
oTextPr.RFonts = oLvl.TextPr.RFonts.Copy();
//TODO убираю пока при всатвке извне underline/bold/italic у стиля маркера
oTextPr.Bold = oTextPr.Underline = oTextPr.Italic = undefined;
if(oFirstTextChild.nodeName.toLowerCase() == "a")
oTextPr.Color.Set(0, 0, 0);
//�������� ��������� �� node
AbstractNum.Apply_TextPr(0, oTextPr);
}
......
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