From fa885f9755de01309286a1479514ae7bf056434b Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Tue, 15 Nov 2005 20:09:12 +0000 Subject: [PATCH] bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately nsISupportsString -> nsISupportsCString nsISupportsWString -> nsISupportsString r=dougt, sr=jag --- mailnews/addrbook/public/nsILDAPAutoCompFormatter.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/addrbook/public/nsILDAPAutoCompFormatter.idl b/mailnews/addrbook/public/nsILDAPAutoCompFormatter.idl index 2e4c72bfbc31..b8988d1dd089 100644 --- a/mailnews/addrbook/public/nsILDAPAutoCompFormatter.idl +++ b/mailnews/addrbook/public/nsILDAPAutoCompFormatter.idl @@ -69,7 +69,7 @@ interface nsILDAPAutoCompFormatter : nsISupports { * was in when the error occured (aState) is formatted into a general * error message which is put in the value attribute of the item, * and the specific error (aErrorCode) is formatted into another message - * which is put in an nsISupportsWString in the param attribute of the + * which is put in an nsISupportsString in the param attribute of the * item. * * @param aState state of autocomplete session when error occurred