[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-cd' - discovery.xml

Jan Holesovsky kendy at collabora.com
Thu Aug 10 10:53:28 UTC 2017


 discovery.xml |   17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

New commits:
commit 973ffa3421cfb43b49880ff4227c7cfed620273c
Author: Jan Holesovsky <kendy at 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/40824
    Reviewed-by: pranavk <pranavk at collabora.co.uk>
    Tested-by: pranavk <pranavk at 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"/>


More information about the Libreoffice-commits mailing list