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