diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Writer.xcs | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs index a2aa59bb8e1a..6f52c44d5583 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs @@ -5,9 +5,9 @@ * * $RCSfile: Writer.xcs,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: rt $ $Date: 2007-04-03 13:42:23 $ + * last change: $Author: ihi $ $Date: 2007-10-15 17:30:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -6083,6 +6083,18 @@ </info> </prop> </group> + <group oor:name="UserInterfaceBehavior"> + <info> + <author>OD</author> + <desc>Contains switches for the behavior of the user interface regarding lists and list items.</desc> + </info> + <prop oor:name="ChangeIndentOnTabAtFirstPosOfFirstListItem" oor:type="xs:boolean"> + <info> + <author>OD</author> + <desc>Behavior of >TAB<-key and >SHIFT-TAB<-key at the first position of the first list item of a list. >TRUE<: complete list indent is increased/decreased. >FALSE<: default behavior of >TAB< resp. >SHIFT-TAB<-key at first position of a list item.</desc> + </info> + </prop> + </group> </group> <group oor:name="Statistics"> <info> |