summaryrefslogtreecommitdiff
path: root/i18npool/inc/indexentrysupplier.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-01-20 12:18:46 +0000
committerRüdiger Timm <rt@openoffice.org>2004-01-20 12:18:46 +0000
commitef84e3756dee98f9f47cbc11634379b7fc6dc1b4 (patch)
treec8ca0c6062bf35aefc618f62caf909f56ebc6195 /i18npool/inc/indexentrysupplier.hxx
parentb91b4de06ff88e69843691e6f1c55c0e0a03b336 (diff)
INTEGRATION: CWS i18n10 (1.9.48); FILE MERGED
2003/12/17 20:08:41 khong 1.9.48.1: #i22138# #112506# migrate to ICU collator and remove link to tool library
Diffstat (limited to 'i18npool/inc/indexentrysupplier.hxx')
-rw-r--r--i18npool/inc/indexentrysupplier.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/i18npool/inc/indexentrysupplier.hxx b/i18npool/inc/indexentrysupplier.hxx
index dd7ca9979dd0..a53818330110 100644
--- a/i18npool/inc/indexentrysupplier.hxx
+++ b/i18npool/inc/indexentrysupplier.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: indexentrysupplier.hxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2003-04-24 11:02:53 $
+ * last change: $Author: rt $ $Date: 2004-01-20 13:18:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,6 @@
#include <cppuhelper/implbase2.hxx> // helper for implementations
#include <com/sun/star/i18n/XCharacterClassification.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <tools/list.hxx>
namespace com { namespace sun { namespace star { namespace i18n {
@@ -137,7 +136,7 @@ private:
const com::sun::star::lang::Locale& rLocale, const rtl::OUString& rSortAlgorithm) throw (com::sun::star::uno::RuntimeException);
protected:
- sal_Char *implementationName;
+ const sal_Char *implementationName;
com::sun::star::lang::Locale aLocale;
rtl::OUString aSortAlgorithm;
friend sal_Bool SAL_CALL operator == (const com::sun::star::lang::Locale& l1, const com::sun::star::lang::Locale& l2);