git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53139 954022d7-b5bf-4e40-9824-e11837661b57

This commit is contained in:
Oleg.Korshul
2013-12-16 07:52:55 +00:00
committed by Alexander Trofimov
parent d02392ac6a
commit 0dd6dfb91b

View File

@ -247,7 +247,8 @@ namespace BinXlsxRW {
if(c_oSer_ChartLegendType::Layout == type)
{
pLegend->m_oLayout.Init();
res = Read2(length, &BinaryChartReader::ReadLegendLayout, this, pLegend->m_oLayout.GetPointer());
pLegend->m_oLayout->m_oManualLayout.Init();
res = Read2(length, &BinaryChartReader::ReadLegendLayout, this, pLegend->m_oLayout->m_oManualLayout.GetPointer());
}
else if(c_oSer_ChartLegendType::LegendPos == type)
{