diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-01-20 12:19:52 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-01-20 12:19:52 +0000 |
commit | 689d5d15936bf248b3ded237369e082e8e11c631 (patch) | |
tree | 56fce1845386c3c0c2348be8001c6836471baba8 /i18npool | |
parent | ff2409ead8f4da9d4c324a8e2b772473421fb0ec (diff) |
INTEGRATION: CWS i18n10 (1.4.48); FILE MERGED
2003/12/17 20:08:43 khong 1.4.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/inc/transliteration_commonclass.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/inc/transliteration_commonclass.hxx b/i18npool/inc/transliteration_commonclass.hxx index 98740dbea637..614d8522738b 100644 --- a/i18npool/inc/transliteration_commonclass.hxx +++ b/i18npool/inc/transliteration_commonclass.hxx @@ -2,9 +2,9 @@ * * $RCSfile: transliteration_commonclass.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2003-04-24 11:04:41 $ + * last change: $Author: rt $ $Date: 2004-01-20 13:19:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -146,8 +146,8 @@ public: throw( com::sun::star::uno::RuntimeException ); protected: com::sun::star::lang::Locale aLocale; - sal_Char* transliterationName; - sal_Char* implementationName; + const sal_Char* transliterationName; + const sal_Char* implementationName; sal_Bool useOffset; }; |