diff options
author | Eike Rathke <er@openoffice.org> | 2002-03-27 11:09:19 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-03-27 11:09:19 +0000 |
commit | 73c353d4c60be98eca8fbdae1c1d5ef276776f07 (patch) | |
tree | 84292b5593bbd1081425759f9fc8c6f50ec9fa15 /i18npool | |
parent | 1f7b922863e2bd85d801ac1e26d60edc9867f809 (diff) |
#97583# typos of released API and its fixed enums have to be inherited
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/breakiteratorImpl.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/breakiterator/breakiteratorImpl.cxx b/i18npool/source/breakiterator/breakiteratorImpl.cxx index 53160d7121e2..86e58b794b65 100644 --- a/i18npool/source/breakiterator/breakiteratorImpl.cxx +++ b/i18npool/source/breakiterator/breakiteratorImpl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: breakiteratorImpl.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: er $ $Date: 2002-03-26 16:55:00 $ + * last change: $Author: er $ $Date: 2002-03-27 12:09:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -423,7 +423,7 @@ static ScriptTypeList typeList[] = { { UnicodeScript_kBopomofoExtended, ScriptType::ASIAN }, // 66, { UnicodeScript_kEnclosedCJKLetterMonth, ScriptType::ASIAN }, // 67, { UnicodeScript_kCJKCompatibility, ScriptType::ASIAN }, // 68, - { UnicodeScript_kCJKUnifiedIdeographsExtensionA, ScriptType::ASIAN }, // 69, + { UnicodeScript_k_CJKUnifiedIdeographsExtensionA, ScriptType::ASIAN }, // 69, { UnicodeScript_kCJKUnifiedIdeograph, ScriptType::ASIAN }, // 70, { UnicodeScript_kYiSyllables, ScriptType::ASIAN }, // 71, { UnicodeScript_kYiRadicals, ScriptType::ASIAN }, // 72, |