mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user