diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-08-25 23:26:49 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2010-08-26 13:08:39 +0200 |
commit | c4461665bd030a555a8b7ffa5bd6717cfb787b9d (patch) | |
tree | 2fef89cd567b094a183d8ca8260ee43f16a14b54 /officecfg | |
parent | 5eaf19519a289b248de1e87c0627f438512e15ce (diff) |
ui-desktop-integration.diff: Disable UI [toolbars, menus] customization.
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 bad5fbc28c92..7e02dcec7981 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5775,6 +5775,13 @@ </info> <value>false</value> </prop> + <prop oor:name="DisableUICustomization" oor:type="xs:boolean"> + <info> + <author>RSiddhartha</author> + <desc>Disables the customization of the UI elements.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="SymbolSet" oor:type="xs:short"> <!-- UIHints: Tools Options General View --> <info> |