From 8f4ff4c601c7480479c97b274e577cf074a9a2ef Mon Sep 17 00:00:00 2001 From: Sarper Akdemir Date: Tue, 19 Dec 2023 23:48:20 +0300 Subject: 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 Reviewed-by: Thorsten Behrens --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'officecfg') 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 @@ false + + + Specifies whether or not to disable OLE Automation interface. + + + false + Warn on load when a document binds an event to a macro -- cgit