This commit is contained in:
Elena Subbotina
2024-09-12 10:38:26 +03:00
parent a68b7e7354
commit f738aa95ad

View File

@ -357,14 +357,7 @@ namespace PPTX
else if (L"chart" == strName)
{
chartRec = oNode;
if (chartRec.IsInit())
{
if (false == chartRec->m_bChartEx)
result = true;
else
chartRec.reset();
}
result = chartRec.IsInit();
}
else if (L"slicer" == strName)
{