diff options
author | Andras Timar <atimar@suse.com> | 2013-06-17 09:24:47 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-17 10:45:21 +0200 |
commit | b93107f3d510f19faa2e62dc965aea9f1b46898d (patch) | |
tree | 4f7187a397f71b48ac3d2ea07afcab5635e03277 /i18npool | |
parent | fb4542f3427c0b37463c5fa6bb5602ce423510d9 (diff) |
typo fix, use ja_charset for Japanese
Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/collator/collator_unicode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/collator_unicode.cxx b/i18npool/source/collator/collator_unicode.cxx index 45f63c77504c..89bfa057d8f7 100644 --- a/i18npool/source/collator/collator_unicode.cxx +++ b/i18npool/source/collator/collator_unicode.cxx @@ -165,7 +165,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang:: func = get_collator_data_hu_charset; } else if ( rLocale.Language == "ja" ) { if ( rAlgorithm == "charset" ) - func = get_collator_data_hu_charset; + func = get_collator_data_ja_charset; else if ( rAlgorithm == "phonetic (alphanumeric first)" ) func = get_collator_data_ja_phonetic_alphanumeric_first; else if ( rAlgorithm == "phonetic (alphanumeric last)" ) |