Commit 4c227e54 authored by Ilya Kirillov's avatar Ilya Kirillov

Fixed bug with calculating a style of a table.

parent f156eb6b
...@@ -5886,7 +5886,7 @@ CTablePr.prototype = ...@@ -5886,7 +5886,7 @@ CTablePr.prototype =
if ( undefined != TablePr.TableCellMar.Top ) if ( undefined != TablePr.TableCellMar.Top )
this.TableCellMar.Top = TablePr.TableCellMar.Top.Copy(); this.TableCellMar.Top = TablePr.TableCellMar.Top.Copy();
if ( undefined != TablePr.TableCellMar ) if ( undefined != TablePr.TableCellSpacing )
this.TableCellSpacing = TablePr.TableCellSpacing; this.TableCellSpacing = TablePr.TableCellSpacing;
if ( undefined != TablePr.TableInd ) if ( undefined != TablePr.TableInd )
......
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