From a3495ad9b0c2580015d2e3b322e02352cd398c17 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 23 Jul 2004 11:37:40 +0000 Subject: INTEGRATION: CWS i18naddloc (1.6.16); FILE MERGED 2004/07/13 16:25:05 er 1.6.16.1: #i31143# add North Korean (DPR) --- svtools/source/config/languageoptions.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/svtools/source/config/languageoptions.cxx b/svtools/source/config/languageoptions.cxx index 84ddb7696162..83aa6ba32d59 100644 --- a/svtools/source/config/languageoptions.cxx +++ b/svtools/source/config/languageoptions.cxx @@ -2,9 +2,9 @@ * * $RCSfile: languageoptions.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 17:24:47 $ + * last change: $Author: rt $ $Date: 2004-07-23 12:37:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -249,6 +249,7 @@ sal_uInt16 SvtLanguageOptions::GetScriptTypeOfLanguage( sal_uInt16 nLang ) case LANGUAGE_JAPANESE: case LANGUAGE_KOREAN: case LANGUAGE_KOREAN_JOHAB: + case LANGUAGE_USER_KOREAN_NORTH: nScript = SCRIPTTYPE_ASIAN; break; -- cgit