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

Andras Timar andras.timar at collabora.com
Sat Jan 7 20:27:37 UTC 2017


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

New commits:
commit 81ca552d36279e5dc8db796d7cb5d6fb63d0eb58
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/32822
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar 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