diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 16:12:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 16:12:43 +0000 |
commit | f675bd0606f10f3af9be3650fe88b3731b04afa4 (patch) | |
tree | a04d2c7b6234bf2a9c4c4eaf80c2c8426f792961 /i18nutil/inc | |
parent | d49a762b596582171f474959dc2d6aef09e92bb0 (diff) |
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
Diffstat (limited to 'i18nutil/inc')
-rw-r--r-- | i18nutil/inc/i18nutil/unicode.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 |