diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-28 16:22:50 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-28 17:53:17 +0100 |
commit | 12b39f06456e018f9e527ab576702ac626bf3dda (patch) | |
tree | 3e2e2b84f337fbfa824deb8f9ccf69db2bfc728e /officecfg | |
parent | 758c8774fbbd09c4202c0744c06945e3cf7e1a99 (diff) |
add experimental config option
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 be7d7ebac7f9..b5fa24ac2502 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5798,6 +5798,13 @@ </info> <value>false</value> </prop> + <prop oor:name="ExperimentalMode" oor:type="xs:boolean"> + <info> + <author>mmeeks</author> + <desc>Determins if various experimental, and potentially unstable features should be enabled in the user interface.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="SymbolSet" oor:type="xs:short"> <!-- UIHints: Tools Options General View --> <info> |