From 9d9d079eda5e128605400d14357d5cd20dbfee07 Mon Sep 17 00:00:00 2001 From: "buster%netscape.com" Date: Tue, 20 Apr 1999 17:39:23 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@28243 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/base/CreateElementTxn.cpp | 8 ++++---- mozilla/editor/libeditor/base/CreateElementTxn.cpp | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mozilla/editor/base/CreateElementTxn.cpp b/mozilla/editor/base/CreateElementTxn.cpp index b3842eee885..5bdd71f2797 100644 --- a/mozilla/editor/base/CreateElementTxn.cpp +++ b/mozilla/editor/base/CreateElementTxn.cpp @@ -35,10 +35,10 @@ CreateElementTxn::CreateElementTxn() { } -NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, - const nsString& aTag, - nsIDOMNode *aParent, - PRUint32 aOffsetInParent) +NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, + const nsString &aTag, + nsIDOMNode *aParent, + PRUint32 aOffsetInParent) { NS_ASSERTION(aEditor&&aParent, "null args"); if (aEditor && aParent) diff --git a/mozilla/editor/libeditor/base/CreateElementTxn.cpp b/mozilla/editor/libeditor/base/CreateElementTxn.cpp index b3842eee885..5bdd71f2797 100644 --- a/mozilla/editor/libeditor/base/CreateElementTxn.cpp +++ b/mozilla/editor/libeditor/base/CreateElementTxn.cpp @@ -35,10 +35,10 @@ CreateElementTxn::CreateElementTxn() { } -NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, - const nsString& aTag, - nsIDOMNode *aParent, - PRUint32 aOffsetInParent) +NS_IMETHODIMP CreateElementTxn::Init(nsIEditor *aEditor, + const nsString &aTag, + nsIDOMNode *aParent, + PRUint32 aOffsetInParent) { NS_ASSERTION(aEditor&&aParent, "null args"); if (aEditor && aParent)