diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-26 09:56:47 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-04-30 15:06:45 +0000 |
commit | fc2590cfa112222500a6c847917d7545f60024c6 (patch) | |
tree | 951f6a8e86c6d42672b9fe1e6e6cde3ee7eed152 /officecfg | |
parent | 783b02de3bc75cd0be1a6e919d4755a297fe7a84 (diff) |
Fix typos
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Reviewed-on: https://gerrit.libreoffice.org/24317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs index 4be6705aaf05..3cf363ea7408 100644 --- a/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/OptionsDialog.xcs @@ -217,10 +217,10 @@ </prop> <prop oor:name="GroupIndex" oor:type="xs:int" oor:nillable="false"> <info> - <desc>The index of the Leaf within the group. The index starts with - null. If this property is set then GroupId must also have - a value. If there are two Leaf|s with the same index in the same - group then then their order is undefined. + <desc>The index of the Leaf within the group. The index starts with + null. If this property is set then GroupId must also have + a value. If there are two Leaf|s with the same index in the same + group then their order is undefined. The value -1 is regarded as nil.</desc> </info> <value>-1</value> |