Commit 0dd6dfb9 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

git-svn-id:...

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53139 954022d7-b5bf-4e40-9824-e11837661b57
parent d02392ac
......@@ -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)
{
......
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