diff options
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Scripting.xcs | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs index 7b5a9cf4d4d8..c357f0fc1243 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Scripting.xcs @@ -3,9 +3,9 @@ * * $RCSfile: Scripting.xcs,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2004-07-05 13:39:28 $ + * last change: $Author: obo $ $Date: 2004-07-06 11:55:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -98,6 +98,13 @@ </info> <value>true</value> </prop> + <prop oor:name="UseNewToolsConfigure" oor:type="xs:boolean"> + <info> + <desc xml:lang="en-US">Use New Tools Configure dialog</desc> + <desc xml:lang="zh-CN">Use New Tools Configure dialog</desc> + </info> + <value>true</value> + </prop> </group> </component> </oor:component-schema> |