Move all nsIEnumerator usage over to NS_ENUMERATOR_FALSE from NS_COMFALSE

in anticipation of nixing NS_COMFALSE in the near future.
r=scc (please contact him should there be any build issues)


git-svn-id: svn://10.0.0.236/trunk@51977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
braddr%puremagic.com
1999-10-27 20:24:21 +00:00
parent 642710bf52
commit 7767d9393b
29 changed files with 110 additions and 106 deletions

View File

@@ -421,7 +421,7 @@ nsHTMLEditor::GetFirstSelectedCell(nsCOMPtr<nsIDOMElement> &aCell)
// loop through the content iterator for each content node
nsCOMPtr<nsIContent> content;
while (NS_COMFALSE == iter->IsDone())
while (NS_ENUMERATOR_FALSE == iter->IsDone())
{
res = iter->CurrentNode(getter_AddRefs(content));
// Not likely!