summaryrefslogtreecommitdiff
path: root/i18npool/source/indexentry/indexentrysupplier_asian.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-05-28 15:34:48 +0000
committerOliver Bolte <obo@openoffice.org>2004-05-28 15:34:48 +0000
commitfb67ba47ce57dbb5cb0cf78c349334d8c085c56a (patch)
treee06c1eef79bc78ba36d835dfd59b19b59f2a29b6 /i18npool/source/indexentry/indexentrysupplier_asian.cxx
parentd0d67d3bc4114f936ea689c64bf7f6d0b63be778 (diff)
INTEGRATION: CWS i18n12 (1.3.128); FILE MERGED
2004/04/09 19:58:49 khong 1.3.128.1: #i25323# generate index table from ICU collator for western languages
Diffstat (limited to 'i18npool/source/indexentry/indexentrysupplier_asian.cxx')
-rw-r--r--i18npool/source/indexentry/indexentrysupplier_asian.cxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier_asian.cxx b/i18npool/source/indexentry/indexentrysupplier_asian.cxx
index ebc19fa3c3f3..ba29577d9074 100644
--- a/i18npool/source/indexentry/indexentrysupplier_asian.cxx
+++ b/i18npool/source/indexentry/indexentrysupplier_asian.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: indexentrysupplier_asian.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: khong $ $Date: 2002-06-18 22:29:26 $
+ * last change: $Author: obo $ $Date: 2004-05-28 16:34:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,7 +63,7 @@
#include <data/indexdata_alphanumeric.h>
using namespace ::com::sun::star::uno;
-using namespace ::com::sun::star::lang;
+using namespace ::com::sun::star;
using namespace ::rtl;
namespace com { namespace sun { namespace star { namespace i18n {
@@ -89,13 +89,4 @@ OUString SAL_CALL IndexEntrySupplier_CJK::getIndexString( const sal_Unicode ch,
OUString(&idx2[ first + (ch & 0xff) ], 1);
}
-// for CJK we only need to compare index entry, which contains key information in first characters implicitly.
-sal_Int16 SAL_CALL IndexEntrySupplier_CJK::compareIndexKey(
- const OUString& rIndexEntry1, const OUString& rPhoneticEntry1, const Locale& rLocale1,
- const OUString& rIndexEntry2, const OUString& rPhoneticEntry2, const Locale& rLocale2 )
- throw (RuntimeException)
-{
- return 0;
-}
-
} } } }