diff options
author | David Tardon <dtardon@redhat.com> | 2010-12-15 08:08:30 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2010-12-15 08:08:30 +0100 |
commit | 3c82463a0283275735aa7317c334febc7065eab8 (patch) | |
tree | d28d29e0fbf946531b912a8f19f60b66b29beb15 | |
parent | ef9a20f98f63588a7ded8140b8ad9c40545f5351 (diff) |
remove reference to sun bugtracker
-rw-r--r-- | i18npool/source/collator/chaptercollator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/collator/chaptercollator.cxx b/i18npool/source/collator/chaptercollator.cxx index e2f950f6dc17..ed9fc1585bd6 100644 --- a/i18npool/source/collator/chaptercollator.cxx +++ b/i18npool/source/collator/chaptercollator.cxx @@ -80,7 +80,7 @@ ChapterCollator::compareSubstring( const OUString& str1, sal_Int32 off1, sal_Int const OUString aAddAllowed(RTL_CONSTASCII_USTRINGPARAM("?")); ParseResult res1, res2; - // Bug #100323#, since parseAnyToken does not take length as parameter, we have to copy + // since parseAnyToken does not take length as parameter, we have to copy // it to a temp. string. OUString s1 = str1.copy(off1+i1, len1-i1), s2 = str2.copy(off2+i2, len2-i2); res1 = cclass->parseAnyToken( s1, 0, nLocale, DIGIT, aAddAllowed, DIGIT, aAddAllowed ); |