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

Aron Budea (via logerrit) logerrit at kemper.freedesktop.org
Sat Jun 22 14:40:19 UTC 2019


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

New commits:
commit 2d182a3187d3e994c9dda0629197c299041c9e43
Author:     Aron Budea <aron.budea at collabora.com>
AuthorDate: Sat Jun 8 02:25:21 2019 +0200
Commit:     Aron Budea <aron.budea at collabora.com>
CommitDate: Sat Jun 22 16:40:01 2019 +0200

    Make ODG view-only in discovery.xml
    
    Change-Id: I09cc68f71ae432ba249dbf0940ea715fb6f8b7cf
    Reviewed-on: https://gerrit.libreoffice.org/73692
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>
    (cherry picked from commit a9aa9f316ddb085d88f7787034713665b65c73b0)
    Reviewed-on: https://gerrit.libreoffice.org/74565
    Reviewed-by: Aron Budea <aron.budea at collabora.com>
    Tested-by: Aron Budea <aron.budea at collabora.com>

diff --git a/discovery.xml b/discovery.xml
index b2999b8cf..517485642 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -52,10 +52,10 @@
             <action name="view" ext="sxd"/>
         </app>
         <app name="application/vnd.oasis.opendocument.graphics">
-            <action name="edit" ext="odg"/>
+            <action name="view" ext="odg"/>
         </app>
 	<app name="application/vnd.oasis.opendocument.graphics-flat-xml">
-            <action name="edit" ext="fodg"/>
+            <action name="view" ext="fodg"/>
         </app>
 
 	<!-- Chart documents -->


More information about the Libreoffice-commits mailing list