Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add support for .vsdx (Visio) files
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: I277c6a2a85ac594f8af0525db4faf7861c1080e5
  • Loading branch information
timar committed Nov 3, 2020
1 parent 335b00d commit 2b6b9d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions discovery.xml
Expand Up @@ -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"/>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 2b6b9d8

Please sign in to comment.