| commit | 5a92f17d293d2b0b1beee5d16d0b2b1ee7fc6ce3 | [log] |
|---|---|---|
| author | Eike Rathke <erack@redhat.com> | Tue Oct 19 21:46:29 2021 +0200 |
| committer | Eike Rathke <erack@redhat.com> | Tue Oct 19 23:00:47 2021 +0200 |
| tree | dcea086c0186299fa3c381f79c2cb477256d9dbb | |
| parent | 905f1b2ed835b9a72905ad7326ecfd4ef1cb304a [diff] |
Related: tdf#145173 Handle two independent ref=... for LC_FORMAT... Change-Id: I6313d9e573e653c9a97171ca8c2f6176d7ad6a3f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123843 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx index e1443b1..86fc964 100644 --- a/i18npool/source/localedata/LocaleNode.cxx +++ b/i18npool/source/localedata/LocaleNode.cxx
@@ -562,12 +562,13 @@ void LCFormatNode::generateCode (const OFileWriter &of) const { case 0: of.writeRefFunction("getAllFormats0_", useLocale, "replaceTo0"); of.writeRefFunction("getDateAcceptancePatterns_", useLocale); break; case 1: of.writeRefFunction("getAllFormats1_", useLocale, "replaceTo1"); break; } of.writeRefFunction("getDateAcceptancePatterns_", useLocale); ++mnSection; return; }