summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir.extern@allotropia.de>2023-12-19 10:59:34 +0300
committerThorsten Behrens <thorsten.behrens@allotropia.de>2024-01-09 00:48:18 +0100
commit5372538648dd865f36f53f2cee4490203385cd50 (patch)
tree109b8376a2f1651759a2fd1a88509bbce8671b61 /officecfg/registry/schema/org
parent1ace888823443b85d4a81b94656844f1b27e2987 (diff)
tdf#158375: add expert option DisablePythonRuntime
When DisablePythonRuntime is set, anything that utilizes pyuno bindings won't work (e.g. python macros and extensions). Change-Id: Id42d01647eebee42b120b399470a1f944e4ba00f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160968 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg/registry/schema/org')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs8
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 1ea33be5ba77..ecd6a05b927b 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2516,6 +2516,14 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="DisablePythonRuntime" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Specifies whether or not to disable Python Runtime Environment.
+ Extensions and macros that utilize Python will not function when disabled.
+ </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>