diff --git a/prebuilt/common/lib/content-types.properties b/prebuilt/common/lib/content-types.properties index 25cccb41..f4c657c4 100644 --- a/prebuilt/common/lib/content-types.properties +++ b/prebuilt/common/lib/content-types.properties @@ -1,8 +1,8 @@ # If you want to support more recognized mimetypes in libcore.net.MimeUtils, add them here docm=application/vnd.ms-word.document.macroenabled.12 -xlsb=application/vnd.ms-excel.sheet.binary.macroEnabled.12 +xlsb=application/vnd.ms-excel.sheet.binary.macroenabled.12 xlsm=application/vnd.ms-excel.sheet.macroEnabled.12 -ppsm=application/vnd.ms-powerpoint.slideshow.macroEnabled.12 +ppsm=application/vnd.ms-powerpoint.slideshow.macroenabled.12 ppsx=application/vnd.openxmlformats-officedocument.presentationml.slideshow -pptm=application/vnd.ms-powerpoint.presentation.macroEnabled.12 \ No newline at end of file +pptm=application/vnd.ms-powerpoint.presentation.macroenabled.12 \ No newline at end of file