factor out some table-based string manipulation routines to make it easier to seperate unicode vs. 8-bit character strings. bug 114450, r=dbaron sr=jag
git-svn-id: svn://10.0.0.236/trunk@112213 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -264,7 +264,7 @@ nsBulletFrame::Paint(nsIPresContext* aPresContext,
|
||||
GetListItemText(aPresContext, *myList, text);
|
||||
|
||||
if (NS_STYLE_DIRECTION_RTL == vis->mDirection) {
|
||||
nsStr::Delete(text, 0, 1);
|
||||
nsStr::Delete2(text, 0, 1);
|
||||
text.Append(NS_LITERAL_STRING("."));
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user