From e5b1068ed6ef304138d962b8356370ec25db2f38 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 7 Mar 2020 12:49:45 +0100 Subject: [PATCH] Improve a bit the support of ppt files --- libmat2/office.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libmat2/office.py b/libmat2/office.py index aee98af..1765896 100644 --- a/libmat2/office.py +++ b/libmat2/office.py @@ -81,6 +81,7 @@ class MSOfficeParser(ZipParser): r'^(?:word|ppt)/_rels/footer[0-9]*\.xml\.rels$', r'^(?:word|ppt)/_rels/header[0-9]*\.xml\.rels$', r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$', + r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$', # https://msdn.microsoft.com/en-us/library/dd908153(v=office.12).aspx r'^(?:word|ppt)/stylesWithEffects\.xml$',