[Libreoffice-commits] .: extensions/source

Tomáš Chvátal tchvatal at kemper.freedesktop.org
Thu Sep 15 01:07:56 PDT 2011


 extensions/source/nsplugin/source/npshell.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 8a743cc2c759ba30587f4ffc3bf4959ae0a968d0
Author: Tomas Chvatal <tchvatal at suse.cz>
Date:   Thu Sep 15 10:08:04 2011 +0200

    Recognize doc/xls in nsplugin by default.

diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx
index cfa614e..a20830a 100644
--- a/extensions/source/nsplugin/source/npshell.cxx
+++ b/extensions/source/nsplugin/source/npshell.cxx
@@ -374,6 +374,11 @@ char* pMimeTypes = const_cast< char* >( "application/vnd.stardivision.calc:sdc:S
 "application/vnd.stardivision.writer:vor:StarWriter Template 3.0 - 5.0;"
 "application/vnd.stardivision.writer-global:sgl:StarWriter Global 3.0 - 5.0;"
 "application/vnd.staroffice.writer:sdw:StarWriter 3.0 - 5.0;"
+"application/msword:doc:MS Word document;"
+"application/msword:dot:MS Word document template;"
+"application/vnd.ms-excel:xls:MS Excel spreadsheet;"
+"application/vnd.ms-excel:xlt:MS Excel spreadsheet template;"
+"application/vnd.ms-excel:xla:MS Excel spreadsheet;"
 MIMETYPE_VND_SUN_XML_CALC_ASCII ":sxc:StarOffice 6.0/7 Spreadsheet;"
 MIMETYPE_VND_SUN_XML_CALC_TEMPLATE_ASCII":stc:StarOffice 6.0/7 Spreadsheet Template;"
 MIMETYPE_VND_SUN_XML_DRAW_ASCII ":sxd:StarOffice 6.0/7 Drawing;"


More information about the Libreoffice-commits mailing list