Kaydet (Commit) b93107f3 authored tarafından Andras Timar's avatar Andras Timar

typo fix, use ja_charset for Japanese

Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9
üst fb4542f3
...@@ -165,7 +165,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang:: ...@@ -165,7 +165,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
func = get_collator_data_hu_charset; func = get_collator_data_hu_charset;
} else if ( rLocale.Language == "ja" ) { } else if ( rLocale.Language == "ja" ) {
if ( rAlgorithm == "charset" ) if ( rAlgorithm == "charset" )
func = get_collator_data_hu_charset; func = get_collator_data_ja_charset;
else if ( rAlgorithm == "phonetic (alphanumeric first)" ) else if ( rAlgorithm == "phonetic (alphanumeric first)" )
func = get_collator_data_ja_phonetic_alphanumeric_first; func = get_collator_data_ja_phonetic_alphanumeric_first;
else if ( rAlgorithm == "phonetic (alphanumeric last)" ) else if ( rAlgorithm == "phonetic (alphanumeric last)" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment