summaryrefslogtreecommitdiff
path: root/i18npool/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-04-29 17:29:34 +0200
committerMichael Stahl <mstahl@redhat.com>2015-04-29 17:29:55 +0200
commit91dd52bc54f59d9362f10988326839f8e7553e65 (patch)
treed1a52fb0967df78f19fb9883bd3bb6e95dcb0233 /i18npool/source
parent5bb64f5337a6d396a20a7b31186102481390b816 (diff)
i18npool: fix build
Change-Id: Id6186339739f9573f7527162b5b4d6b5a46f4ebd
Diffstat (limited to 'i18npool/source')
-rw-r--r--i18npool/source/collator/collator_unicode.cxx2
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;