Commit 74e5d62d authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

+ комментарий к багу http://bugzserver/show_bug.cgi?id=14663

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57334 954022d7-b5bf-4e40-9824-e11837661b57
parent e9a2f4e7
......@@ -449,6 +449,7 @@ CopyProcessor.prototype =
if(linerule_Exact == Item_pPr.Spacing.LineRule)
apPr.push("mso-line-height-rule:exactly");
}
//TODO при вставке в EXCEL(внутрь ячейки) появляются лишние пустые строки из-за того, что в HTML пишутся отступы - BUG #14663
//��� ������� � word ����� ����� ��� �������� ������������ ������
//if(Def_pPr.Spacing.Before != Item_pPr.Spacing.Before)
apPr.push("margin-top:" + (Item_pPr.Spacing.Before * g_dKoef_mm_to_pt) + "pt");
......
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