Commit 2b439b12 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update mimetypes list for LibreOffice 4.2.6.3.

parent b5cd79de
......@@ -34,6 +34,7 @@ text_expected_tuple = (
('doc', 'Microsoft Word 97/2000/XP/2003'),
('ms.docx', 'Microsoft Word 2007/2010/2013 XML'),
('docx', 'Office Open XML Text'),
('fodt', 'OpenDocument Text (Flat XML)'),
('html', 'HTML Document (Writer)'),
# ('jpg', 'JPEG - Joint Photographic Experts Group'),
('odt', 'ODF Text Document'),
......@@ -50,6 +51,7 @@ drawing_expected_tuple = (
('bmp', 'BMP - Windows Bitmap'),
('emf', 'EMF - Enhanced Metafile'),
('eps', 'EPS - Encapsulated PostScript'),
('fodg', 'OpenDocument Drawing (Flat XML)'),
('gif', 'GIF - Graphics Interchange Format'),
('html', 'HTML Document (Draw)'),
('jpg', 'JPEG - Joint Photographic Experts Group'),
......@@ -82,6 +84,7 @@ presentation_expected_tuple = (
('bmp', 'BMP - Windows Bitmap'),
('emf', 'EMF - Enhanced Metafile'),
('eps', 'EPS - Encapsulated PostScript'),
('fodp', 'OpenDocument Presentation (Flat XML)'),
('gif', 'GIF - Graphics Interchange Format'),
('html', 'HTML Document (Impress)'),
('jpg', 'JPEG - Joint Photographic Experts Group'),
......@@ -111,6 +114,7 @@ presentation_expected_tuple = (
spreadsheet_expected_tuple = (
('csv', 'Text CSV'),
('html', 'HTML Document (Calc)'),
('fods', 'OpenDocument Spreadsheet (Flat XML)'),
('ods', 'ODF Spreadsheet'),
('pdf', 'PDF - Portable Document Format'),
('slk', 'SYLK'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment