Commit d438cf22 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

если нет бордера у таблицы - не писать его

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52969 954022d7-b5bf-4e40-9824-e11837661b57
parent 4a0ece7d
......@@ -3633,7 +3633,7 @@ function CBinaryFileWriter()
this.WriteTableCellBorderLineStyle2 = function(rec_type, _border)
{
if (!_border)
if (!_border && false)
{
oThis.StartRecord(rec_type);
......
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