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

http://bugzserver/show_bug.cgi?id=28267 - [Copy&Paste] Частично пропадает...

http://bugzserver/show_bug.cgi?id=28267 - [Copy&Paste] Частично пропадает форматирование шаблона таблицы после сборки документа и копирования в MS Word

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@64899 954022d7-b5bf-4e40-9824-e11837661b57
parent fd65dbaa
......@@ -1124,11 +1124,7 @@ CopyProcessor.prototype =
this._MergeProp(oCellMar, tablePr.TableCellMar);
tcStyle += this._MarginToStyle(oCellMar, "padding");
var oCellBorder = {};
if(null != cellPr && null != cellPr.TableCellBorders)
this._MergeProp(oCellBorder, cellPr.TableCellBorders);
if(null != tablePr && null != tablePr.TableBorders)
this._MergeProp(oCellBorder, tablePr.TableBorders);
var oCellBorder = cell.Get_Borders();
tcStyle += this._BordersToStyle(oCellBorder, false, false);
if("" != tcStyle)
......
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