diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 15:03:10 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 15:03:10 +0000 |
commit | 815c14dcb217b8169a75c435ce42828dfe7e80a3 (patch) | |
tree | 536563c4d523ff34b4e2640f40a618b3b76e4152 /sysui/desktop/solaris | |
parent | 04b153681730f8b7074d1b60dbc56717075473e8 (diff) |
INTEGRATION: CWS sysui26 (1.4.126); FILE MERGED
2008/07/03 18:36:27 ihi 1.4.126.2: #i91338# gnome mimetype fix
2008/06/27 13:04:29 ihi 1.4.126.1: #i89966# New OOXML mimetypes
Diffstat (limited to 'sysui/desktop/solaris')
-rw-r--r-- | sysui/desktop/solaris/mime.types | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysui/desktop/solaris/mime.types b/sysui/desktop/solaris/mime.types index 782d5d5b3e04..1b0a203f3b6f 100644 --- a/sysui/desktop/solaris/mime.types +++ b/sysui/desktop/solaris/mime.types @@ -41,6 +41,18 @@ application/vnd.sun.xml.math sxm application/vnd.stardivision.math smf application/vnd.sun.xml.base odb application/vnd.openofficeorg.extension oxt +application/vnd.openxmlformats-officedocument.wordprocessingml.document docx +application/vnd.ms-word.document.macroenabled.12 docm +application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx +application/vnd.ms-word.template.macroenabled.12 dotm +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx +application/vnd.ms-excel.sheet.macroenabled.12 xlsm +application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx +application/vnd.ms-excel.template.macroenabled.12 xltm +application/vnd.openxmlformats-officedocument.presentationml.presentation pptx +application/vnd.ms-powerpoint.presentation.macroenabled.12 pptm +application/vnd.openxmlformats-officedocument.presentationml.template potx +application/vnd.ms-powerpoint.template.macroenabled.12 potm END else cat ${PKG_INSTALL_ROOT}/etc/mime.types |