diff options
| author | jvoisin | 2018-04-23 00:24:39 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-23 00:25:06 +0200 |
| commit | 0fa184cb6fbe05ebbec9054b493e80b9a5e91683 (patch) | |
| tree | 3769b18c32e58a5a84ed53963f491f1e34acc113 /src | |
| parent | 73db16031b729a97ad68f27e210281535c8d4c1d (diff) | |
Test .odf support
Diffstat (limited to '')
| -rw-r--r-- | src/office.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/office.py b/src/office.py index 11692c3..5509c6e 100644 --- a/src/office.py +++ b/src/office.py | |||
| @@ -107,7 +107,8 @@ class LibreOfficeParser(ArchiveBasedAbstractParser): | |||
| 107 | 'application/vnd.oasis.opendocument.spreadsheet', | 107 | 'application/vnd.oasis.opendocument.spreadsheet', |
| 108 | 'application/vnd.oasis.opendocument.presentation', | 108 | 'application/vnd.oasis.opendocument.presentation', |
| 109 | 'application/vnd.oasis.opendocument.graphics', | 109 | 'application/vnd.oasis.opendocument.graphics', |
| 110 | 'application/vnd.oasis.opendocument.chart' | 110 | 'application/vnd.oasis.opendocument.chart', |
| 111 | 'application/vnd.oasis.opendocument.formula', | ||
| 111 | } | 112 | } |
| 112 | 113 | ||
| 113 | def get_meta(self): | 114 | def get_meta(self): |
