This commit is contained in:
Elena Subbotina
2025-08-01 13:23:19 +03:00
parent 3046b1557f
commit db744e6fdc

View File

@ -211,7 +211,7 @@ namespace NSBinPptxRW
nCountSlides = m_oReader.GetLong();
}
if (/*0 == nCountThemes || */0 == nCountMasters || 0 == nCountLayouts/* || 0 == nCountSlides*/) //rev 60054 - презентация без слайдов
if (0 == nCountMasters )
{
return;
}