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>
feature/lok_dialog
Jan Holesovsky 2017-08-07 10:18:28 +02:00
parent 341c07b64f
commit b12649d859
1 changed files with 15 additions and 2 deletions

View File

@ -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"/>