diff options
| author | jvoisin | 2020-03-07 12:49:45 +0100 |
|---|---|---|
| committer | jvoisin | 2020-03-07 12:49:45 +0100 |
| commit | e5b1068ed6ef304138d962b8356370ec25db2f38 (patch) | |
| tree | ae8de1a924b53accb398c0c27d377b90f6bd4df6 /libmat2/office.py | |
| parent | 843c0d8cc5bb2bae032e2746642e191d93fb1546 (diff) | |
Improve a bit the support of ppt files
Diffstat (limited to 'libmat2/office.py')
| -rw-r--r-- | libmat2/office.py | 1 |
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$', |
