summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 14:33:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 14:33:02 +0000
commit66a5f053c47dc3f83b9d84273bca812e4df8cbc1 (patch)
treea9955c50f52fe1dcc4def88a06397330b81330f3 /i18npool
parente062db3d013db6fa9384206ff14b29d3dc47e1bb (diff)
INTEGRATION: CWS i18n39 (1.11.78); FILE MERGED
2008/01/11 07:39:15 khong 1.11.78.1: i78055 provide UCA as base for ICU collator constructor from image rule
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/inc/collator_unicode.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/inc/collator_unicode.hxx b/i18npool/inc/collator_unicode.hxx
index ea00120cb22e..4f09f94f2f22 100644
--- a/i18npool/inc/collator_unicode.hxx
+++ b/i18npool/inc/collator_unicode.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: collator_unicode.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 16:12:21 $
+ * last change: $Author: vg $ $Date: 2008-01-28 15:33:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,7 +84,7 @@ public:
protected:
const sal_Char *implementationName;
private:
- RuleBasedCollator *collator;
+ RuleBasedCollator *uca_base, *collator;
oslModule hModule;
};