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

Jan Holesovsky kendy at collabora.com
Wed Jun 14 14:31:38 UTC 2017


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

New commits:
commit cd9124c93a7617f956e94cf26ba7ae71c8e82d84
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Wed Jun 14 13:54:51 2017 +0200

    discovery: Add bmp as read-only type too.
    
    Change-Id: I42f21bab6f8d4ba24580f6d6e4a3a1dd5cd57811
    Reviewed-on: https://gerrit.libreoffice.org/38780
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

diff --git a/discovery.xml b/discovery.xml
index cb36c4af..a86b7cab 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -305,6 +305,9 @@
         <app name="application/vnd.sun.xml.report.chart">
             <action name="edit" ext="odc"/>
         </app>
+        <app name="image/bmp">
+            <action name="view" ext="bmp"/>
+        </app>
         <app name="image/png">
             <action name="view" ext="png"/>
         </app>


More information about the Libreoffice-commits mailing list