diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-06 10:55:38 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-06 10:55:38 +0000 |
commit | a3f02ec827b37b6b5f9a2406f3d62b514e440bc1 (patch) | |
tree | 6088286be6afac3c22dfc10efcebe92834a61fb5 /officecfg | |
parent | 1f3834072021d772f69215aa490557a533773ddd (diff) |
INTEGRATION: CWS docking1 (1.4.2); FILE MERGED
2004/06/15 08:30:54 cd 1.4.2.2: #i24937# Display new configuration dialogs
2004/05/26 14:55:15 toconnor 1.4.2.1: #i20055# #i20069# initial commit of toolbar and menu customize pages
Diffstat (limited to 'officecfg')
-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> |