summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-11-05 09:17:41 +0100
committerSerge Krot (CIB) <Serge.Krot@cib.de>2019-11-05 15:06:25 +0100
commit730e588b5ef31c72eccef23f359747f8248e5cf4 (patch)
tree8bf3146f67aef6ca68c58a7848bbf7a24d54b056 /officecfg
parent79d31b8dc8d934d9f9c897eced06271e7e08f04c (diff)
Fix option to disable macros
so that it indeeds disables any macro execution. Before, you could still add macros to the toolbar and execute them from there (and probably many more places). Now, if this option is set, any macro will no longer be executed. This includes Javascript, Beanshell and Python scripts Change-Id: Icfa845e836782c8e1b670a67694f79a60ad74fad Reviewed-on: https://gerrit.libreoffice.org/82052 Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de> Tested-by: Serge Krot (CIB) <Serge.Krot@cib.de>
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs1
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 8f33efdb29cb..185cfe69f26e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2713,6 +2713,7 @@
<prop oor:name="DisableMacrosExecution" oor:type="xs:boolean" oor:nillable="false">
<info>
<desc>Specifies whether the macro execution is disabled in general.
+ This will disable Basic, Beanshell, Javascript and Python scripts.
If it is set to true, the "MacroSecurityLevel" is ignored. If it is
set to false, the mentioned entry specified the level of macro
security.</desc>