diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 15:02:22 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-07-16 15:02:22 +0000 |
commit | 3acc9acd1bd06fc8f4d5b1854bec7ba4d199f249 (patch) | |
tree | c6214bea90b0d591def22ef0f490d2fd880c1f85 | |
parent | 863ab909b478b900d61fc025ace002affb533890 (diff) |
INTEGRATION: CWS sysui26 (1.31.2); FILE MERGED
2008/07/03 18:36:27 ihi 1.31.2.2: #i91338# gnome mimetype fix
2008/06/27 13:04:28 ihi 1.31.2.1: #i89966# New OOXML mimetypes
-rw-r--r-- | sysui/desktop/redhat/redhat-menus.spec | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysui/desktop/redhat/redhat-menus.spec b/sysui/desktop/redhat/redhat-menus.spec index 31700e8816b4..f42e63af188d 100644 --- a/sysui/desktop/redhat/redhat-menus.spec +++ b/sysui/desktop/redhat/redhat-menus.spec @@ -122,6 +122,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 # and replace the original file @@ -200,6 +212,18 @@ application/x-wordperfect; %unixfilename -view %s application/wordperfect; %unixfilename -view %s application/wpwin; %unixfilename -view %s application/vnd.openofficeorg.extension; %unixfilename %s +application/vnd.openxmlformats-officedocument.wordprocessingml.document; %unixfilename -view %s +application/vnd.ms-word.document.macroenabled.12;%unixfilename -view %s +application/vnd.openxmlformats-officedocument.wordprocessingml.template; %unixfilename -view %s +application/vnd.ms-word.template.macroenabled.12; %unixfilename -view %s +application/vnd.openxmlformats-officedocument.spreadsheetml.sheet; %unixfilename -view %s +application/vnd.ms-excel.sheet.macroenabled.12; %unixfilename -view %s +application/vnd.openxmlformats-officedocument.spreadsheetml.template; %unixfilename -view %s +application/vnd.ms-excel.template.macroenabled.12; %unixfilename -view %s +application/vnd.openxmlformats-officedocument.presentationml.presentation; %unixfilename -view %s +application/vnd.ms-powerpoint.presentation.macroenabled.12; %unixfilename -view %s +application/vnd.openxmlformats-officedocument.presentationml.template; %unixfilename -view %s +application/vnd.ms-powerpoint.template.macroenabled.12; %unixfilename -view %s END # and replace the original file |