summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2011-09-15 10:08:04 +0200
committerTomas Chvatal <tchvatal@suse.cz>2011-09-15 10:08:04 +0200
commit8a743cc2c759ba30587f4ffc3bf4959ae0a968d0 (patch)
tree0ec6560afec69aa7ad70e1fd673ed58e837cb69f /extensions
parent0443763833943ceac40d9fd54c704b84e2b74554 (diff)
Recognize doc/xls in nsplugin by default.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/nsplugin/source/npshell.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/source/nsplugin/source/npshell.cxx b/extensions/source/nsplugin/source/npshell.cxx
index cfa614e6f368..a20830a21350 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;"