fix some more stuff for bug 100214, sr=scc, r=jag

get rid of ToUpper() call, since it just calls into mCaseConversion anyway


git-svn-id: svn://10.0.0.236/trunk@106309 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2001-10-26 02:32:46 +00:00
parent 6c1a4b003e
commit f13ae072f9

View File

@@ -164,7 +164,6 @@ nsresult nsCollation::NormalizeString(const nsAString& stringIn, nsAString& stri
{
if (!mCaseConversion) {
stringOut = stringIn;
ToLowerCase(stringOut); // XXXjag Can this ever happen in a normal situation?
}
else {
PRInt32 aLength = stringIn.Length();