summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmat2/office.py1
1 files changed, 1 insertions, 0 deletions
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):
81 r'^(?:word|ppt)/_rels/footer[0-9]*\.xml\.rels$', 81 r'^(?:word|ppt)/_rels/footer[0-9]*\.xml\.rels$',
82 r'^(?:word|ppt)/_rels/header[0-9]*\.xml\.rels$', 82 r'^(?:word|ppt)/_rels/header[0-9]*\.xml\.rels$',
83 r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$', 83 r'^ppt/slideLayouts/_rels/slideLayout[0-9]+\.xml\.rels$',
84 r'^ppt/slideLayouts/slideLayout[0-9]+\.xml$',
84 85
85 # https://msdn.microsoft.com/en-us/library/dd908153(v=office.12).aspx 86 # https://msdn.microsoft.com/en-us/library/dd908153(v=office.12).aspx
86 r'^(?:word|ppt)/stylesWithEffects\.xml$', 87 r'^(?:word|ppt)/stylesWithEffects\.xml$',