From 764dbe4dbf29ea670693fb5ed72406bab4bfe95b Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Fri, 13 Sep 2002 05:24:26 +0000 Subject: [PATCH] Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt git-svn-id: svn://10.0.0.236/trunk@129501 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp index 804212727eb..1350ff36912 100644 --- a/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp +++ b/mozilla/editor/libeditor/html/nsHTMLDataTransfer.cpp @@ -325,7 +325,7 @@ nsHTMLEditor::InsertHTMLWithCharsetAndContext(const nsAString & aInputString, // check for table cell selection mode PRBool cellSelectionMode = PR_FALSE; nsCOMPtr cell; - res = GetFirstSelectedCell(getter_AddRefs(cell), nsnull); + res = GetFirstSelectedCell(nsnull, getter_AddRefs(cell)); if (NS_SUCCEEDED(res) && cell) { cellSelectionMode = PR_TRUE;