summaryrefslogtreecommitdiff
path: root/discovery.xml
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2017-08-07 10:18:28 +0200
committerJan Holesovsky <kendy@collabora.com>2017-08-07 10:28:18 +0200
commitb12649d8595904bf1a0cb23fef0fa0da44769430 (patch)
tree0c683a579be938bcdbbf77e3ab0d57a5948bc042 /discovery.xml
parent341c07b64f1012731b6d337929b120640d2474be (diff)
discovery: Add the binary MS filetypes.
Change-Id: I745471cc2c1febf6de70c7063197eee7b1672f2e Reviewed-on: https://gerrit.libreoffice.org/40825 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'discovery.xml')
-rw-r--r--discovery.xml17
1 files changed, 15 insertions, 2 deletions
diff --git a/discovery.xml b/discovery.xml
index a86b7cabf..0a9ca48c7 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -128,11 +128,24 @@
<action name="edit" ext="oxt"/>
</app>
- <!-- Microsoft Word Template -->
- <app name="application/msword">
+ <!-- MS Word -->
+ <app name="application/msword">
+ <action name="edit" ext="doc"/>
+ </app>
+ <app name="application/msword">
<action name="edit" ext="dot"/>
</app>
+ <!-- MS Excel -->
+ <app name="application/vnd.ms-excel">
+ <action name="edit" ext="xls"/>
+ </app>
+
+ <!-- MS PowerPoint -->
+ <app name="application/vnd.ms-powerpoint">
+ <action name="edit" ext="ppt"/>
+ </app>
+
<!-- OOXML wordprocessing -->
<app name="application/vnd.openxmlformats-officedocument.wordprocessingml.document">
<action name="edit" ext="docx"/>