https://bugs.freedesktop.org/show_bug.cgi?id=73328
--- Comment #12 from Maxim Monastirsky <[email protected]> --- (In reply to comment #9) > About the template, it seems there's a problem here: > package/source/xstor/xfactory.cxx > 49 // TODO/LATER: should the disk spanned files be supported? > 50 // 0x50, 0x4b, 0x07, 0x08 > 51 return ( nRead == 4 && aData[0] == 0x50 && aData[1] == 0x4b > && aData[2] == 0x03 && aData[3] == 0x04 ); @Julien: Those values are for zip based files, but encrypted office files are of different format called 'Compound', and shouldn't be treated as zip. -- 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
