Commit c4804bec authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

Bug 26354 - Не происходит выделения стиля ячейки для форматированной таблицы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58242 954022d7-b5bf-4e40-9824-e11837661b57
parent ef220664
......@@ -1092,6 +1092,7 @@ CellXfs.prototype =
oRes.num = this._mergeProperty(this.num, xfs.num);
oRes.align = this._mergeProperty(this.align, xfs.align);
oRes.QuotePrefix = this._mergeProperty(this.QuotePrefix, xfs.QuotePrefix);
oRes.XfId = this._mergeProperty(this.XfId, xfs.XfId);
return oRes;
},
clone : function()
......
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