summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Common.xcs
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir.extern@allotropia.de>2023-12-19 23:48:20 +0300
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-01-09 00:50:10 +0100
commit8f4ff4c601c7480479c97b274e577cf074a9a2ef (patch)
tree7129b7c50ef3ab4bd88d97b7e9e0fd93a1bb86d1 /officecfg/registry/schema/org/openoffice/Office/Common.xcs
parent5372538648dd865f36f53f2cee4490203385cd50 (diff)
tdf#158375: add expert option DisableOLEAutomation
Add a disable option for OLE Automation interface that is used only on Windows. Change-Id: I86f212977bb604fbae6ac2603bee037b32b5036c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161035 Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Common.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs7
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 ecd6a05b927b..73de7af3a267 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2524,6 +2524,13 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="DisableOLEAutomation" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether or not to disable OLE Automation interface.
+ </desc>
+ </info>
+ <value>false</value>
+ </prop>
<prop oor:name="CheckDocumentEvents" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Warn on load when a document binds an event to a macro</desc>