diff options
author | Sarper Akdemir <sarper.akdemir.extern@allotropia.de> | 2023-12-19 23:48:20 +0300 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-01-09 00:50:10 +0100 |
commit | 8f4ff4c601c7480479c97b274e577cf074a9a2ef (patch) | |
tree | 7129b7c50ef3ab4bd88d97b7e9e0fd93a1bb86d1 /officecfg | |
parent | 5372538648dd865f36f53f2cee4490203385cd50 (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')
-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 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> |