summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:15:46 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-01-20 12:15:46 +0000
commit6ea43a0b9799c1d30d2cd2f3402027df2c5152e4 (patch)
tree098c628b9e1e17a187ccf6e8d37890b325c8be46 /i18npool
parent8e32f09f5a4fe56570ea7b5779b94cb8725bf384 (diff)
INTEGRATION: CWS i18n10 (1.3.62); FILE MERGED
2003/12/17 20:08:38 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/breakiteratorImpl.hxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/i18npool/inc/breakiteratorImpl.hxx b/i18npool/inc/breakiteratorImpl.hxx
index 84dd3b1a2182..a0e88a0dfb13 100644
--- a/i18npool/inc/breakiteratorImpl.hxx
+++ b/i18npool/inc/breakiteratorImpl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: breakiteratorImpl.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:15:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,8 +74,7 @@
#include <com/sun/star/i18n/XLocaleData.hpp>
#include <cppuhelper/implbase2.hxx> // helper for implementations
-#include <tools/string.hxx>
-#include <tools/list.hxx>
+#include <vector>
namespace com { namespace sun { namespace star { namespace i18n {
@@ -163,7 +162,7 @@ private :
com::sun::star::lang::Locale aLocale;
com::sun::star::uno::Reference < XBreakIterator > xBI;
};
- List lookupTable;
+ std::vector<lookupTableItem*> lookupTable;
com::sun::star::lang::Locale aLocale;
com::sun::star::uno::Reference < XBreakIterator > xBI;