i18npool/source/localedata/data/en_US.xml |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 5297528b85652d3f5a85e75ff6bcb406ba9b34d3
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Fri Jan 6 10:31:41 2023 -0500
Commit:     Justin Luth <jl...@mail.com>
CommitDate: Mon Jan 9 15:05:27 2023 +0000

    tdf#56258 i18npool en-US: replace illogical outline 1.(a).i.A
    
    Change 1.(a).i.A. -> A.1.a.1.
    
    This is intended as a clean, modern style of outline
    that has good visual spacing in LibreOffice.
    
    It provides a simple alternative to the second style,
    reversing the order while still keeping a logical suffix pattern.
    
    This design will easily allow large/long lists
    to fit in the allotted space before the tabstop.
    
    There was no attempt to match the theme of the
    previous definition, since it neither looked
    good in LO's default spacing, nor was it consistent/logical.
    
    Change-Id: If7de1302110a3c97922bd2eeba7a917444110b27
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145156
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Vernon, Stuart Foote <vsfo...@libreoffice.org>

diff --git a/i18npool/source/localedata/data/en_US.xml 
b/i18npool/source/localedata/data/en_US.xml
index 40d86de5bcf3..154c8791a9d2 100644
--- a/i18npool/source/localedata/data/en_US.xml
+++ b/i18npool/source/localedata/data/en_US.xml
@@ -584,11 +584,11 @@
       <OutLineNumberingLevel Prefix=" " NumType="6" Suffix=" " 
BulletChar="2022" BulletFontName="StarSymbol" ParentNumbering="0" 
LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
       <OutLineNumberingLevel Prefix=" " NumType="6" Suffix=" " 
BulletChar="2022" BulletFontName="StarSymbol" ParentNumbering="0" 
LeftMargin="250" SymbolTextDistance="50" FirstLineOffset="0"/>
     </OutlineStyle>
-    <OutlineStyle>
-      <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="0" 
SymbolTextDistance="50" FirstLineOffset="0"/>
-      <OutLineNumberingLevel Prefix="(" NumType="1" Suffix=")" 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="50" 
SymbolTextDistance="50" FirstLineOffset="0"/>
-      <OutLineNumberingLevel Prefix=" " NumType="3" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="100" 
SymbolTextDistance="50" FirstLineOffset="0" Adjust="1"/>
-      <OutLineNumberingLevel Prefix=" " NumType="0" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="150" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+    <OutlineStyle> <!-- A.1.a.1. -->
+      <OutLineNumberingLevel Prefix=" " NumType="0" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="0" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+      <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="50" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+      <OutLineNumberingLevel Prefix=" " NumType="1" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="100" 
SymbolTextDistance="50" FirstLineOffset="0"/>
+      <OutLineNumberingLevel Prefix=" " NumType="4" Suffix="." 
BulletChar="0020" BulletFontName="" ParentNumbering="0" LeftMargin="150" 
SymbolTextDistance="50" FirstLineOffset="0"/>
       <OutLineNumberingLevel Prefix=" " NumType="6" Suffix="." 
BulletChar="2022" BulletFontName="StarSymbol" ParentNumbering="0" 
LeftMargin="200" SymbolTextDistance="50" FirstLineOffset="0"/>
       <OutLineNumberingLevel Prefix=" " NumType="6" Suffix=" " 
BulletChar="2022" BulletFontName="StarSymbol" ParentNumbering="0" 
LeftMargin="250" SymbolTextDistance="50" FirstLineOffset="0"/>
     </OutlineStyle>

Reply via email to