diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-21 13:26:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-21 13:26:06 +0000 |
commit | 0f40232a7e3079ea47fbbb872b458c8b4411a62b (patch) | |
tree | df932450a52b6a14d1e81d985cb277a8fa868f2b /i18nutil/source/utility/casefolding.cxx | |
parent | 4fef2ccc762dc3cbe9f0d300a14c47ecc00adaeb (diff) |
INTEGRATION: CWS localedata5 (1.2.68); FILE MERGED
2005/05/19 17:15:57 er 1.2.68.1: #i47962# eliminate warning: control reached end of non-void function (should had been never reached)
Diffstat (limited to 'i18nutil/source/utility/casefolding.cxx')
-rw-r--r-- | i18nutil/source/utility/casefolding.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/i18nutil/source/utility/casefolding.cxx b/i18nutil/source/utility/casefolding.cxx index fe22c1cb3a4f..61f82e280700 100644 --- a/i18nutil/source/utility/casefolding.cxx +++ b/i18nutil/source/utility/casefolding.cxx @@ -2,9 +2,9 @@ * * $RCSfile: casefolding.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 12:26:02 $ + * last change: $Author: obo $ $Date: 2005-07-21 14:26:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -108,6 +108,8 @@ Mapping& casefolding::getConditionalValue(const sal_Unicode* str, sal_Int32 pos, case 0x00cd: return langIs("lt") ? mapping_00cd[0] : mapping_00cd[1]; case 0x0128: return langIs("lt") ? mapping_0128[0] : mapping_0128[1]; } + // Should not come here + throw RuntimeException(); } Mapping& casefolding::getValue(const sal_Unicode* str, sal_Int32 pos, sal_Int32 len, Locale& aLocale, sal_uInt8 nMappingType) throw (RuntimeException) |