diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-17 22:36:29 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-05-17 22:44:43 +0900 |
commit | 9902f0ee3d7b22e4984be7225370fb552da03838 (patch) | |
tree | 69d7fa35977328f6a605cc389177ab4ee353bedc /i18npool | |
parent | ac6833f97921981050722bee3d3cfa13f0897566 (diff) |
removed unused const rtl::OUString
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/indexentry/indexentrysupplier_asian.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/indexentry/indexentrysupplier_asian.cxx b/i18npool/source/indexentry/indexentrysupplier_asian.cxx index f661fbb9c766..2e9ca9374dfa 100644 --- a/i18npool/source/indexentry/indexentrysupplier_asian.cxx +++ b/i18npool/source/indexentry/indexentrysupplier_asian.cxx @@ -190,7 +190,6 @@ IndexEntrySupplier_asian::getPhoneticCandidate( const OUString& rIndexEntry, OUStringBuffer candidate; sal_Int16 max_index; sal_uInt16** idx=func(&max_index); - OUString aIndexEntry=rIndexEntry; for (sal_Int32 i=0,j=0; i < rIndexEntry.getLength(); i=j) { sal_uInt32 ch = rIndexEntry.iterateCodePoints(&j, 1); if (((sal_Int16)(ch>>8)) <= max_index) { |