summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:16:36 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:16:36 +0000
commit425adbd08c6ad8627b5e07141dfeb06d3f7cbd8c (patch)
tree1f1da24fb0743d56512282b5877e160d6925b758 /i18npool
parentf0737c7c1a9c28140459a5409af4abcef2f109ad (diff)
INTEGRATION: CWS i18n10 (1.7.48); FILE MERGED
2003/12/17 20:08:39 khong 1.7.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/cclass_unicode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/inc/cclass_unicode.hxx b/i18npool/inc/cclass_unicode.hxx
index 2781a6b4af8c..a68058fb4308 100644
--- a/i18npool/inc/cclass_unicode.hxx
+++ b/i18npool/inc/cclass_unicode.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cclass_unicode.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 11:02:43 $
+ * last change: $Author: rt $ $Date: 2004-01-20 13:16:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,7 +109,7 @@ public:
virtual com::sun::star::uno::Sequence< rtl::OUString > SAL_CALL getSupportedServiceNames() throw( com::sun::star::uno::RuntimeException );
protected:
- sal_Char *cClass;
+ const sal_Char *cClass;
private:
Transliteration_casemapping *trans;