summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/LocaleNode.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18npool/source/localedata/LocaleNode.cxx b/i18npool/source/localedata/LocaleNode.cxx
index e1443b1e1d0f..86fc96495bd4 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;
}