mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53139 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
committed by
Alexander Trofimov
parent
d02392ac6a
commit
0dd6dfb91b
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user