summaryrefslogtreecommitdiff
path: root/i18npool
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
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')
-rw-r--r--i18npool/inc/characterclassificationImpl.hxx8
-rw-r--r--i18npool/inc/collatorImpl.hxx8
2 files changed, 8 insertions, 8 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;
diff --git a/i18npool/inc/collatorImpl.hxx b/i18npool/inc/collatorImpl.hxx
index 380fd1a06a58..a937bab7d74f 100644
--- a/i18npool/inc/collatorImpl.hxx
+++ b/i18npool/inc/collatorImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: collatorImpl.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 10:54:28 $
+ * last change: $Author: rt $ $Date: 2004-01-20 13:17:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@
#if !defined( WIN32 ) && !defined( MACOSX ) && !defined( FREEBSD)
#include <alloca.h>
#endif
-#include <tools/list.hxx>
+#include <vector>
namespace com { namespace sun { namespace star { namespace i18n {
// ----------------------------------------------------
@@ -136,7 +136,7 @@ private :
algorithm == _algorithm;
}
};
- List lookupTable;
+ std::vector<lookupTableItem*> lookupTable;
lookupTableItem *cachedItem;
// Service Factory