ms openxml: process a variety of derived/aux formats as the base ones
This commit is contained in:
parent
fc1783a1f6
commit
1db5f5327e
@ -136,17 +136,24 @@
|
||||
.fodt = application/vnd.oasis.opendocument.text-flat-xml
|
||||
.fods = application/vnd.oasis.opendocument.spreadsheet-flat-xml
|
||||
|
||||
# ms openxml
|
||||
.docm = application/vnd.ms-word.document.macroEnabled.12
|
||||
# ms openxml
|
||||
# .docm = application/vnd.ms-word.document.macroEnabled.12
|
||||
.docm = application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||
.docx = application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
||||
.dotm = application/vnd.ms-word.template.macroEnabled.12
|
||||
# .dotm = application/vnd.ms-word.template.macroEnabled.12
|
||||
.dotm = application/vnd.openxmlformats-officedocument.wordprocessingml.template
|
||||
.dotx = application/vnd.openxmlformats-officedocument.wordprocessingml.template
|
||||
.potm = application/vnd.ms-powerpoint.template.macroEnabled.12
|
||||
# .potm = application/vnd.ms-powerpoint.template.macroEnabled.12
|
||||
.potm = application/vnd.openxmlformats-officedocument.presentationml.template
|
||||
.potx = application/vnd.openxmlformats-officedocument.presentationml.template
|
||||
.ppam = application/vnd.ms-powerpoint.addin.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
|
||||
# .ppam = application/vnd.ms-powerpoint.addin.macroEnabled.12
|
||||
.ppam = application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
# .ppsm = application/vnd.ms-powerpoint.slideshow.macroEnabled.12
|
||||
.ppsm = application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
# .ppsx = application/vnd.openxmlformats-officedocument.presentationml.slideshow
|
||||
.ppsx = application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
# .pptm = application/vnd.ms-powerpoint.presentation.macroEnabled.12
|
||||
.pptm = application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
.pptx = application/vnd.openxmlformats-officedocument.presentationml.presentation
|
||||
.vsdx = application/vnd.ms-visio.drawing
|
||||
.xlam = application/vnd.ms-excel.addin.macroEnabled.12
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user