diff options
| author | jvoisin | 2018-04-23 00:28:36 +0200 |
|---|---|---|
| committer | jvoisin | 2018-04-23 00:28:36 +0200 |
| commit | cfc3a58550704f86cc5db1d1ba37ef2a7d68dca0 (patch) | |
| tree | 991e54ac7014f7dc9790b33b3976fc0ef480387a /src/office.py | |
| parent | 0fa184cb6fbe05ebbec9054b493e80b9a5e91683 (diff) | |
Add a test for odg
Diffstat (limited to 'src/office.py')
| -rw-r--r-- | src/office.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/office.py b/src/office.py index 5509c6e..da6168e 100644 --- a/src/office.py +++ b/src/office.py | |||
| @@ -109,6 +109,7 @@ class LibreOfficeParser(ArchiveBasedAbstractParser): | |||
| 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 | 'application/vnd.oasis.opendocument.formula', |
| 112 | 'application/vnd.oasis.opendocument.image', | ||
| 112 | } | 113 | } |
| 113 | 114 | ||
| 114 | def get_meta(self): | 115 | def get_meta(self): |
