diff options
author | Justin Luth <justin.luth@collabora.com> | 2023-01-06 09:03:20 -0500 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2023-01-06 15:14:59 +0000 |
commit | 6cabd7d9bfed37799a344f872d5f8fcf3214116a (patch) | |
tree | 1248e584aa35b4d2746b67f5a44d5960247d88c1 /i18npool | |
parent | 498f0208f55a5b9ce8a130c940ddfcb9c36d6ff9 (diff) |
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 <jluth@mail.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/localedata/data/locale.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
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> |