diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-04-29 17:29:34 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-04-29 17:29:55 +0200 |
commit | 91dd52bc54f59d9362f10988326839f8e7553e65 (patch) | |
tree | d1a52fb0967df78f19fb9883bd3bb6e95dcb0233 | |
parent | 5bb64f5337a6d396a20a7b31186102481390b816 (diff) |
i18npool: fix build
Change-Id: Id6186339739f9573f7527162b5b4d6b5a46f4ebd
-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 9bf335508add..3eb93f364e2c 100644 --- a/i18npool/source/collator/collator_unicode.cxx +++ b/i18npool/source/collator/collator_unicode.cxx @@ -201,7 +201,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang:: } #endif #if WITH_LOCALE_ALL || WITH_LOCALE_cu - } else if ( rLocale.language == "cu" ) { + } else if ( rLocale.Language == "cu" ) { if ( rAlgorithm == "charset" ) { func = get_collator_data_cu_charset; |