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

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48309 954022d7-b5bf-4e40-9824-e11837661b57
parent 4133f451
...@@ -4081,7 +4081,7 @@ function Binary_StylesTableReader(stream, wb, aCellXfs, Dxfs) ...@@ -4081,7 +4081,7 @@ function Binary_StylesTableReader(stream, wb, aCellXfs, Dxfs)
oCellStyle.xfs.QuotePrefix = oCellStyleXfs.QuotePrefix; oCellStyle.xfs.QuotePrefix = oCellStyleXfs.QuotePrefix;
// align // align
if(null != oCellStyleXfs.align) if(null != oCellStyleXfs.align)
oCellStyle.xfs.align = oCellStyleXfs.clone(); oCellStyle.xfs.align = oCellStyleXfs.align.clone();
// XfId // XfId
if (null !== oCellStyleXfs.XfId) if (null !== oCellStyleXfs.XfId)
oCellStyle.xfs.XfId = oCellStyleXfs.XfId; oCellStyle.xfs.XfId = oCellStyleXfs.XfId;
......
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