Commit b2c06f85 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48318 954022d7-b5bf-4e40-9824-e11837661b57
parent b8d64712
......@@ -1468,7 +1468,7 @@ function Binary_ChartReader(stream, chart, chartAsGroup)
if(c_oSer_ChartLegendEntryType.Index === type)
oLegendEntry.idx = this.stream.GetULongLE();
else if(c_oSer_ChartLegendEntryType.Delete === type)
oLegendEntry.delete = this.stream.GetBool();
oLegendEntry.bDelete = this.stream.GetBool();
else if(c_oSer_ChartLegendEntryType.TxPrPptx === type)
{
var oPresentationSimpleSerializer = new CPPTXContentLoader();
......
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