From c3b8a726c94e27bbc34acda8ccd707b46ccbd9d1 Mon Sep 17 00:00:00 2001 From: quasi Date: Wed, 4 Jan 2012 07:56:49 +0000 Subject: [PATCH] =?UTF-8?q?MS=20Office=20Open=20XML=20Formate=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.libreccm.org/ccm/trunk@1422 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/loader/mimetypes.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ccm-core/src/com/arsdigita/loader/mimetypes.properties b/ccm-core/src/com/arsdigita/loader/mimetypes.properties index 147b208ee..03e3980af 100755 --- a/ccm-core/src/com/arsdigita/loader/mimetypes.properties +++ b/ccm-core/src/com/arsdigita/loader/mimetypes.properties @@ -26,7 +26,9 @@ "application/ms-powerpoint", "Microsoft Powerpoint file", "ppt,pps,pot", "MimeType" "application/postscript", "encapsulated PostScript", "ps,eps,ai", "TextMimeType","1" "application/rtf", "rich text format", "rtf", "TextMimeType", "1" -"application/vnd.sun.xml.writer", "OpenOffice Writer", "sxw", "TextMimeType", "1" +"application/vnd.openxmlformats-officedocument.wordprocessingml.document", "Microsoft Office Open XML Word Document", "docx", "TextMimeType", "1""application/vnd.sun.xml.writer", "OpenOffice Writer", "sxw", "TextMimeType", "1" +"application/vnd.openxmlformats-officedocument.presentationml.presentation", "Microsoft Office Open XML Powerpoint Document", "pptx", "MimeType" +"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "Microsoft Office Open XML Excel Document", "xlsx", "TextMimeType", "1" "application/vnd.sun.xml.writer.template", "OpenOffice Writer Template", "stw", "TextMimeType", "1" "application/vnd.sun.xml.calc", "OpenOffice SpreadSheets", "sxc", "TextMimeType", "1" "application/vnd.sun.xml.calc.template", "OpenOffice SpreadSheets Template", "stc", "TextMimeType", "1" @@ -55,4 +57,4 @@ "image/x-xbitmap", "xbm image", "xbm", "ImageMimeType", "" "image/x-xwindowdump", "x-windowdump", "xwd", "ImageMimeType", "" "image/bmp", "Windows BMP", "bmp", "ImageMimeType", "com.arsdigita.mimetypes.image.BMPImageSizer" -"image/png", "PNG image", "png", "ImageMimeType", "" \ No newline at end of file +"image/png", "PNG image", "png", "ImageMimeType", ""