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

This commit is contained in:
brade%netscape.com 2003-06-30 15:02:48 +00:00
Родитель 446fa1708a
Коммит cfe03fb3da
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

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