diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-12-13 10:41:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-12-13 10:41:15 +0000 |
commit | a9d03e7895953a30790c09e0975dbbf116e05111 (patch) | |
tree | 84db720378a1d7f9d0fdacf7bde8829ce1637d15 /officecfg | |
parent | 567fe926f8d17c33fb30f8b9da3209a7973dcd2e (diff) |
INTEGRATION: CWS oihelp (1.122.40); FILE MERGED
2006/11/16 09:23:40 fs 1.122.40.1: #i71485# +Forms/PropertyBrowser/DirectHelp
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 30 |
1 files changed, 21 insertions, 9 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 57504984394d..15ae2856b2dd 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Common.xcs,v $ * - * $Revision: 1.124 $ + * $Revision: 1.125 $ * - * last change: $Author: rt $ $Date: 2006-12-04 08:25:31 $ + * last change: $Author: kz $ $Date: 2006-12-13 11:41:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -5299,13 +5299,6 @@ Dymamic border coloring means that when the mouse is hovered over a control, and </info> <value>true</value> </prop> - <prop oor:name="ShowExperimentalFormControlProperties" oor:type="xs:boolean"> - <info> - <author>FS</author> - <desc>Enables or disables the property browser's access to form/control properties which are not officially supported.</desc> - </info> - <value>false</value> - </prop> <prop oor:name="FirstRun" oor:type="xs:boolean"> <info> <author>MBA</author> @@ -5360,6 +5353,25 @@ Dymamic border coloring means that when the mouse is hovered over a control, and </info> </node-ref> </group> + <group oor:name="PropertyBrowser"> + <info> + <desc>specifies settings for the property browser used for forms and form controls.</desc> + </info> + <prop oor:name="ExperimentalProperties" oor:type="xs:boolean"> + <info> + <author>FS</author> + <desc>Enables or disables the property browser's access to form/control properties which are not officially supported.</desc> + </info> + <value>false</value> + </prop> + <prop oor:name="DirectHelp" oor:type="xs:boolean"> + <info> + <author>FS</author> + <desc>Enables or disables a help section at the bottom of the property browser, which shows the help of the currently active property.</desc> + </info> + <value>false</value> + </prop> + </group> </group> <group oor:name="AsianLayout"> <info> |