code cleanup, r=timeless, sr=kin, bug=209548

git-svn-id: svn://10.0.0.236/trunk@144273 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com
2003-06-30 15:02:48 +00:00
parent 5b4733f9c5
commit 9e96cd5190

View File

@@ -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);