discovery.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-)
New commits: commit f9aa4ff1bd0bf77067b26ef6c7aa53bc571c7aba Author: Jan Holesovsky <ke...@collabora.com> Date: Mon Aug 7 10:18:28 2017 +0200 discovery: Add the binary MS filetypes. Change-Id: I745471cc2c1febf6de70c7063197eee7b1672f2e Reviewed-on: https://gerrit.libreoffice.org/40823 Reviewed-by: pranavk <pran...@collabora.co.uk> Tested-by: pranavk <pran...@collabora.co.uk> diff --git a/discovery.xml b/discovery.xml index a86b7cab..0a9ca48c 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"/> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits