fix for bug 112209 - remove last consumers of nsStr:: routines

r=dbaron, sr=jst


git-svn-id: svn://10.0.0.236/trunk@112785 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com
2002-01-25 00:26:44 +00:00
parent 366cb45a7b
commit fd6d75b30f
5 changed files with 3 additions and 7 deletions

View File

@@ -264,7 +264,7 @@ nsBulletFrame::Paint(nsIPresContext* aPresContext,
GetListItemText(aPresContext, *myList, text);
if (NS_STYLE_DIRECTION_RTL == vis->mDirection) {
nsStr::Delete2(text, 0, 1);
text.Cut(0, 1);
text.Append(NS_LITERAL_STRING("."));
}
break;