diff options
author | Cor Nouws <oolst@nouenoff.nl> | 2012-06-10 23:00:36 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-06-15 15:10:51 +0200 |
commit | 5ae11320a26a6356dfadeb812e0d6baf5bdc951c (patch) | |
tree | 47f82cf8e0bcb38770fe809b9902024ce887ca8a /officecfg | |
parent | d7262f4472341cdcb85de414453b67ab0e853627 (diff) |
Give Macro recorder separate option, apart from Experimental features
Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 00036cd4ecbd..a0d672bc2248 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -6647,6 +6647,16 @@ </info> <value>false</value> </prop> + <prop + oor:name="MacroRecorderMode" oor:type="xs:boolean" + oor:nillable="false"> + <info> + <author>cornouws</author> + <desc>Determins if the limited, and awkward code producing + macro recorder should be enabled in the user interface.</desc> + </info> + <value>false</value> + </prop> <prop oor:name="SymbolSet" oor:type="xs:short" oor:nillable="false"> <!-- UIHints: Tools Options General View --> <info> |