summaryrefslogtreecommitdiff
path: root/i18npool/source/collator/collator_unicode.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-07-30 13:39:21 +0000
committerKurt Zenker <kz@openoffice.org>2004-07-30 13:39:21 +0000
commit30041230619194834cfeee613731d86483e77eaa (patch)
tree16af325e7c857e750122424bd7e6ffe20315dee0 /i18npool/source/collator/collator_unicode.cxx
parent14fa9dbe4a71af54675285ef3bb38870be56b191 (diff)
INTEGRATION: CWS i18n13 (1.6.26); FILE MERGED
2004/05/20 19:00:41 khong 1.6.26.1: #i29377# map Ignore case option to ICU Secondary stregth
Diffstat (limited to 'i18npool/source/collator/collator_unicode.cxx')
-rw-r--r--i18npool/source/collator/collator_unicode.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/collator/collator_unicode.cxx b/i18npool/source/collator/collator_unicode.cxx
index 9de3f9556883..de2726f55018 100644
--- a/i18npool/source/collator/collator_unicode.cxx
+++ b/i18npool/source/collator/collator_unicode.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: collator_unicode.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2004-01-20 13:24:21 $
+ * last change: $Author: kz $ $Date: 2004-07-30 14:39:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -124,7 +124,7 @@ Collator_Unicode::loadCollatorAlgorithm(const OUString& rAlgorithm, const lang::
}
if (options & CollatorOptions::CollatorOptions_IGNORE_CASE)
- collator->setStrength(Collator::PRIMARY);
+ collator->setStrength(Collator::SECONDARY);
else
collator->setStrength(Collator::TERTIARY);