summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmat2/office.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmat2/office.py b/libmat2/office.py
index 74cc76a..6f69e4a 100644
--- a/libmat2/office.py
+++ b/libmat2/office.py
@@ -147,7 +147,7 @@ class MSOfficeParser(ZipParser):
147 # Additional presentation-wide properties like printing properties, 147 # Additional presentation-wide properties like printing properties,
148 # presentation show properties etc. 148 # presentation show properties etc.
149 r'^(?:word|ppt|xl)/presProps\.xml$', 149 r'^(?:word|ppt|xl)/presProps\.xml$',
150 r'^(?:word|ppt|xl)/comments[0-9]+\.xml$', 150 r'^(?:word|ppt|xl)/comments[0-9]*\.xml$',
151 r'^(?:word|ppt|xl)/threadedComments/threadedComment[0-9]*\.xml$', 151 r'^(?:word|ppt|xl)/threadedComments/threadedComment[0-9]*\.xml$',
152 r'^(?:word|ppt|xl)/commentsExtended\.xml$', 152 r'^(?:word|ppt|xl)/commentsExtended\.xml$',
153 r'^(?:word|ppt|xl)/commentsExtensible\.xml$', 153 r'^(?:word|ppt|xl)/commentsExtensible\.xml$',