class: MIMETypes
authorsr
Mon, 18 May 2015 09:47:04 +0200
changeset 3476 ae8711fddc4e
parent 3474 9e58c4c4dedb
child 3477 3d2dea63853a
child 3479 e781dae48bf0
class: MIMETypes changed: #applicationTextTypeList
MIMETypes.st
--- a/MIMETypes.st	Mon May 11 23:11:34 2015 +0200
+++ b/MIMETypes.st	Mon May 18 09:47:04 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG 
 	      All Rights Reserved
@@ -620,9 +622,19 @@
         'slk'                        'application/vnd.ms-excel'
         'txt'                        'text/plain'
         'xlsx'                       'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
+        'xltx'                       'application/vnd.openxmlformats-officedocument.spreadsheetml.template'
+        'potx'                       'application/vnd.openxmlformats-officedocument.presentationml.template'
+        'ppsx'                       'application/vnd.openxmlformats-officedocument.presentationml.slideshow'
+        'pptx'                       'application/vnd.openxmlformats-officedocument.presentationml.presentation'
+        'sldx'                       'application/vnd.openxmlformats-officedocument.presentationml.slide'
+        'docx'                       'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
+        'dotx'                       'application/vnd.openxmlformats-officedocument.wordprocessingml.template'
+        'xlam'                       'application/vnd.ms-excel.addin.macroEnabled.12'
+        'xlsb'                       'application/vnd.ms-excel.sheet.binary.macroEnabled.12'
     )
 
     "Modified: / 26-05-2012 / 15:27:30 / cg"
+    "Modified: / 18-05-2015 / 09:46:47 / sr"
 !
 
 applicationTypeList
@@ -1573,11 +1585,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.139 2015-03-23 15:16:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.140 2015-05-18 07:47:04 sr Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.139 2015-03-23 15:16:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.140 2015-05-18 07:47:04 sr Exp $'
 ! !