diff options
-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> |