diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-08-15 10:55:53 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-15 11:42:55 +0200 |
commit | 5827e30109b683cb74efa21d154e5219fe9e2a0c (patch) | |
tree | 7a1557f85069e434393228f0be75a4266022eddc /officecfg/registry | |
parent | bb9bad31b9e9f741fed91b2a4b3043814cb07f13 (diff) |
embeddedobj: allow controlling if Visio documents are converted to Draw or not
At the moment this affects only Insert -> Object -> OLE Object -> from
file.
Change-Id: I8d1c6456481610491916e3be3766b0bb04dfa296
Reviewed-on: https://gerrit.libreoffice.org/77489
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index d216c029f41e..af847483bb7a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -3848,6 +3848,13 @@ </info> <value>false</value> </prop> + <prop oor:name="VisioToDraw" oor:type="xs:boolean" oor:nillable="false"> + <info> + <desc>Specifies if convertible Visio OLE objects are converted + into Draw objects.</desc> + </info> + <value>true</value> + </prop> </group> <group oor:name="Export"> <info> |