https://bugs.freedesktop.org/show_bug.cgi?id=73971
--- Comment #7 from Julien Nabet <[email protected]> --- Trying the unwinding, I find that bOk becomes false here: http://opengrok.libreoffice.org/xref/core/filter/source/msfilter/svdfppt.cxx#1418 1418 if ( aDocHd.nRecType == PPT_PST_Document && aDocAtomHd.nRecType == PPT_PST_DocumentAtom ) 1419 { 1420 aDocAtomHd.SeekToBegOfRecord( rStCtrl ); 1421 ReadPptDocumentAtom( rStCtrl, aDocAtom ); 1422 } 1423 else 1424 bOk = false; Here are the values retrieved: (gdb) p aDocHd.nRecType $12 = 54059 (gdb) p aDocAtomHd.nRecType $13 = 9612 whereas http://opengrok.libreoffice.org/xref/core/include/filter/msfilter/svdfppt.hxx#1332/1333 indicates: #define PPT_PST_Document 1000 #define PPT_PST_DocumentAtom 1001 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
