summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-12-12 21:15:45 +0100
committerJan Holesovsky <kendy@collabora.com>2013-12-12 21:24:48 +0100
commit189573c14ba39eb791350c15578f7a794ff6976c (patch)
treef45af3d62026aaab8d340219b40adb63b9f12f0a /officecfg
parentde27adb9d92463ec346977270fd92feb20aea7f6 (diff)
Expert config: Introduce configuration key to disable expert config.
It is /org.openoffice.Office.Common/Security/EnableExpertConfiguration with values true/false; defaults to true. Change-Id: I5a18d16182c28a13169677b11f68884f34c11c63
Diffstat (limited to 'officecfg')
-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 069a12870ebe..affd280d0bde 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -2417,6 +2417,13 @@
<info>
<desc>Contains security specific Office settings.</desc>
</info>
+ <prop oor:name="EnableExpertConfiguration" oor:type="xs:boolean" oor:nillable="false">
+ <info>
+ <desc>Determines if the user has access to the entire
+ configuration via the Expert Configuration button.</desc>
+ </info>
+ <value>true</value>
+ </prop>
<group oor:name="Scripting">
<info>
<desc>Contains security settings regarding Basic scripts.</desc>