Part of fix for table editor interface changes. (fixed build bustage!) b=166922, r=akkana, sr=hewitt

This commit is contained in:
cmanske%netscape.com 2002-09-13 05:24:26 +00:00
parent dd0f92656f
commit 6c7cf97e2a

View File

@ -325,7 +325,7 @@ nsHTMLEditor::InsertHTMLWithCharsetAndContext(const nsAString & aInputString,
// check for table cell selection mode
PRBool cellSelectionMode = PR_FALSE;
nsCOMPtr<nsIDOMElement> cell;
res = GetFirstSelectedCell(getter_AddRefs(cell), nsnull);
res = GetFirstSelectedCell(nsnull, getter_AddRefs(cell));
if (NS_SUCCEEDED(res) && cell)
{
cellSelectionMode = PR_TRUE;