From f675bd0606f10f3af9be3650fe88b3731b04afa4 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 8 Mar 2004 16:12:43 +0000 Subject: INTEGRATION: CWS i18n09 (1.2.30); FILE MERGED 2003/11/18 22:30:37 khong 1.2.30.1: #i21290# #i22530# #i14640# extend CTL script support, extend Greek script type --- i18nutil/inc/i18nutil/unicode.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'i18nutil') diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil/unicode.hxx index a2aed2734e45..ce9bc2a32a91 100644 --- a/i18nutil/inc/i18nutil/unicode.hxx +++ b/i18nutil/inc/i18nutil/unicode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unicode.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2003-04-24 12:25:59 $ + * last change: $Author: hr $ $Date: 2004-03-08 17:12:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,6 +67,7 @@ typedef struct _ScriptTypeList { sal_Int16 from; sal_Int16 to; + sal_Int16 value; } ScriptTypeList; class unicode -- cgit