[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - discovery.xml
Andras Timar
andras.timar at collabora.com
Mon Mar 27 01:23:50 UTC 2017
discovery.xml | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit acd766a5638494c3a94e434e91fde484292a7249
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/35562
Reviewed-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens at CIB.de>
diff --git a/discovery.xml b/discovery.xml
index 0edd631c..c8b87c5b 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