[Libreoffice-commits] online.git: discovery.xml

Jan Holesovsky kendy at collabora.com
Mon Aug 7 08:28:35 UTC 2017


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

New commits:
commit b12649d8595904bf1a0cb23fef0fa0da44769430
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/40825
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

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