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

Andras Timar andras.timar at collabora.com
Wed Jan 11 13:27:40 UTC 2017


 discovery.xml |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit f148397d8e72a86bfa0b36410e88c3b4cabe8dc2
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sat Jan 7 21:26:00 2017 +0100

    add text/rtf and text/plain as supported MIME types
    
    Change-Id: Ic46e8ccaeecc24ef2c6b6fce6b342c976c3ddc60
    Reviewed-on: https://gerrit.libreoffice.org/32823
    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 0edd631..c8b87c5 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -254,6 +254,12 @@
         <app name="application/rtf">
             <action name="edit" ext="rtf"/>
         </app>
+        <app name="text/rtf">
+            <action name="edit" ext="rtf"/>
+        </app>
+        <app name="text/plain">
+            <action name="edit" ext="txt"/>
+        </app>
         <app name="application/x-fictionbook+xml">
             <action name="view" ext="fb2"/>
         </app>


More information about the Libreoffice-commits mailing list