summaryrefslogtreecommitdiff
path: root/i18npool/inc/characterclassificationImpl.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-20 12:17:16 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-20 12:17:16 +0000
commit2859f89baf8c1bcdddd9e152010863e0c6d9eb12 (patch)
treef2db751a919579412e4d64e5dc36a1032396ee07 /i18npool/inc/characterclassificationImpl.hxx
parent425adbd08c6ad8627b5e07141dfeb06d3f7cbd8c (diff)
INTEGRATION: CWS i18n10 (1.3.62); FILE MERGED
2003/12/17 20:08:40 khong 1.3.62.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool/inc/characterclassificationImpl.hxx')
-rw-r--r--i18npool/inc/characterclassificationImpl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/i18npool/inc/characterclassificationImpl.hxx b/i18npool/inc/characterclassificationImpl.hxx
index 1b4508270022..e9d88b372f3d 100644
--- a/i18npool/inc/characterclassificationImpl.hxx
+++ b/i18npool/inc/characterclassificationImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: characterclassificationImpl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 10:54:27 $
+ * last change: $Author: rt $ $Date: 2004-01-20 13:16:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#include <com/sun/star/i18n/XCharacterClassification.hpp>
#include <cppuhelper/implbase2.hxx> // helper for implementations
-#include <tools/list.hxx>
+#include <vector>
#include <com/sun/star/i18n/KCharacterType.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -134,7 +134,7 @@ private:
aLocale.Variant == rLocale.Variant;
};
};
- List lookupTable;
+ std::vector<lookupTableItem*> lookupTable;
lookupTableItem *cachedItem;
com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > xMSF;