Kaydet (Commit) 91dd52bc authored tarafından Michael Stahl's avatar Michael Stahl

i18npool: fix build

Change-Id: Id6186339739f9573f7527162b5b4d6b5a46f4ebd
üst 5bb64f53
...@@ -201,7 +201,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang:: ...@@ -201,7 +201,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
} }
#endif #endif
#if WITH_LOCALE_ALL || WITH_LOCALE_cu #if WITH_LOCALE_ALL || WITH_LOCALE_cu
} else if ( rLocale.language == "cu" ) { } else if ( rLocale.Language == "cu" ) {
if ( rAlgorithm == "charset" ) if ( rAlgorithm == "charset" )
{ {
func = get_collator_data_cu_charset; func = get_collator_data_cu_charset;
......
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