summaryrefslogtreecommitdiff
path: root/src/office.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/office.py')
-rw-r--r--src/office.py3
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):