summaryrefslogtreecommitdiffstats
path: root/discovery.xml
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2020-11-03 08:50:34 +0100
committerAndras Timar <andras.timar@collabora.com>2020-11-03 08:50:34 +0100
commit2b6b9d897edfc4241e98518368d5de9a6b07753c (patch)
tree852f77a7c3c56245f7c571512730dc168bc4a32a /discovery.xml
parentCreated cypress test for center align attribute on Desktop writer (diff)
downloadonline-2b6b9d897edfc4241e98518368d5de9a6b07753c.tar.gz
online-2b6b9d897edfc4241e98518368d5de9a6b07753c.zip
Add support for .vsdx (Visio) files
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I277c6a2a85ac594f8af0525db4faf7861c1080e5
Diffstat (limited to 'discovery.xml')
-rw-r--r--discovery.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/discovery.xml b/discovery.xml
index 7612b23a98..767b2a3d93 100644
--- a/discovery.xml
+++ b/discovery.xml
@@ -111,6 +111,7 @@
<action name="view" default="true" ext="wmf"/>
<action name="view" default="true" ext="cdr"/>
<action name="view" default="true" ext="vsd"/>
+ <action name="view" default="true" ext="vsdx"/>
<action name="view" default="true" ext="vss"/>
<action name="view" default="true" ext="pub"/>
<action name="view" default="true" ext="p65"/>
@@ -365,6 +366,9 @@
<app name="application/vnd.visio">
<action name="view" default="true" ext=""/>
</app>
+ <app name="application/vnd.ms-visio.drawing">
+ <action name="view" default="true" ext=""/>
+ </app>
<app name="application/x-mspublisher">
<action name="view" default="true" ext=""/>
</app>