diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-01-18 11:52:16 +0000 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2018-01-18 22:23:07 +0100 |
commit | 8b23cd3d73feddc9363e3c8ebf7409fe5031f47c (patch) | |
tree | 8d83fb21f8c80cb4c7e75fdaeeecd14064f73a71 /sysui/desktop/solaris | |
parent | a0f74a184f2057ebfca0d6f913a15d0a7542204b (diff) |
Resolves: rhbz#1535541 fdo#88004 mimetypes are .macroEnabled not .macroenabled
Change-Id: If7942ec9d4cd40f29fae2b9a8f76df1ef08bfc17
Reviewed-on: https://gerrit.libreoffice.org/48120
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sysui/desktop/solaris')
-rwxr-xr-x | sysui/desktop/solaris/mime.types | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysui/desktop/solaris/mime.types b/sysui/desktop/solaris/mime.types index a5ee6838a9a9..1e10ad1829c4 100755 --- a/sysui/desktop/solaris/mime.types +++ b/sysui/desktop/solaris/mime.types @@ -65,17 +65,17 @@ 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.ms-word.document.macroEnabled.12 docm application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx -application/vnd.ms-word.template.macroenabled.12 dotm +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.ms-excel.sheet.macroEnabled.12 xlsm application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx -application/vnd.ms-excel.template.macroenabled.12 xltm +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.ms-powerpoint.presentation.macroEnabled.12 pptm application/vnd.openxmlformats-officedocument.presentationml.template potx -application/vnd.ms-powerpoint.template.macroenabled.12 potm +application/vnd.ms-powerpoint.template.macroEnabled.12 potm END else cat ${PKG_INSTALL_ROOT}/etc/mime.types |