This commit is contained in:
Elena.Subbotina
2022-11-25 12:14:48 +03:00
parent 16280f1957
commit 783aa4c7be
9 changed files with 53 additions and 370 deletions

View File

@ -491,7 +491,8 @@ void Animation::FillBldLst(
if (!pBLC)
return;
// Write p
for (unsigned i = 0; i < pBLC->n_arrRgChildRec.size(); i++)
for (unsigned i = 0; i < pBLC->n_arrRgChildRec.size(); i++)
{
PPTX::Logic::BuildNodeBase oBuildNodeBase;
switch ( pBLC->n_arrRgChildRec[i]->m_oHeader.RecType ) {