i18npool/source/localedata/data/locale.dtd |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6cabd7d9bfed37799a344f872d5f8fcf3214116a
Author:     Justin Luth <justin.l...@collabora.com>
AuthorDate: Fri Jan 6 09:03:20 2023 -0500
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Fri Jan 6 15:14:59 2023 +0000

    tdf#56258 i18npool: add "adjust" to locale.dtd for outline numbering
    
    Although Adjust was already defined in all of the code structures,
    it was not defined in the dtd file.
    Thanks to Eike for pointing out this requirement.
    
    Change-Id: I43ed0c26ed5bccb2309a255db79f5afa32f78c38
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145146
    Tested-by: Jenkins
    Reviewed-by: Justin Luth <jl...@mail.com>
    Reviewed-by: Eike Rathke <er...@redhat.com>

diff --git a/i18npool/source/localedata/data/locale.dtd 
b/i18npool/source/localedata/data/locale.dtd
index f713ccf6d8b4..a867215421bc 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -681,5 +681,6 @@
 <!ATTLIST OutLineNumberingLevel LeftMargin CDATA   #REQUIRED>
 <!ATTLIST OutLineNumberingLevel SymbolTextDistance CDATA  #REQUIRED >
 <!ATTLIST OutLineNumberingLevel FirstLineOffset CDATA  #REQUIRED >
+<!ATTLIST OutLineNumberingLevel Adjust CDATA #IMPLIED >
 <!ATTLIST OutLineNumberingLevel Transliteration CDATA #IMPLIED >
 <!ATTLIST OutLineNumberingLevel NatNum CDATA #IMPLIED>

Reply via email to