From 9e96cd5190620036fd7cd0df4292ffa079a75aa2 Mon Sep 17 00:00:00 2001 From: "brade%netscape.com" Date: Mon, 30 Jun 2003 15:02:48 +0000 Subject: [PATCH] code cleanup, r=timeless, sr=kin, bug=209548 git-svn-id: svn://10.0.0.236/trunk@144273 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/base/IMETextTxn.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla/editor/libeditor/base/IMETextTxn.h b/mozilla/editor/libeditor/base/IMETextTxn.h index fff235b543e..6c55590ca49 100644 --- a/mozilla/editor/libeditor/base/IMETextTxn.h +++ b/mozilla/editor/libeditor/base/IMETextTxn.h @@ -74,14 +74,14 @@ public: /** initialize the transaction * @param aElement the text content node * @param aOffset the location in aElement to do the insertion - * @param aReplaceLength the length of text to replace (0= no replacement) + * @param aReplaceLength the length of text to replace (0 == no replacement) * @param aString the new text to insert * @param aSelCon used to get and set the selection */ NS_IMETHOD Init(nsIDOMCharacterData *aElement, PRUint32 aOffset, - PRUint32 aReplaceLength, - nsIPrivateTextRangeList* aTextRangeList, + PRUint32 aReplaceLength, + nsIPrivateTextRangeList* aTextRangeList, const nsAString& aString, nsWeakPtr aSelCon);