This commit is contained in:
jfrancis%netscape.com 1999-07-03 13:27:13 +00:00
Родитель f65548f632
Коммит b570308383
2 изменённых файлов: 12 добавлений и 4 удалений

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

@ -1732,7 +1732,10 @@ nsHTMLEditRules::ReturnInParagraph(nsIDOMSelection *aSelection,
nsCOMPtr<nsIDOMNode> sibling;
nsresult res = NS_OK;
//bombs away - nuking this for now...
#if 0
// easy case, in a text node:
if (mEditor->IsTextNode(aNode))
{
@ -1799,7 +1802,8 @@ nsHTMLEditRules::ReturnInParagraph(nsIDOMSelection *aSelection,
}
// not in a text node. are we next to BR's?
// XXX
// XXX
#endif
return res;
}

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

@ -1732,7 +1732,10 @@ nsHTMLEditRules::ReturnInParagraph(nsIDOMSelection *aSelection,
nsCOMPtr<nsIDOMNode> sibling;
nsresult res = NS_OK;
//bombs away - nuking this for now...
#if 0
// easy case, in a text node:
if (mEditor->IsTextNode(aNode))
{
@ -1799,7 +1802,8 @@ nsHTMLEditRules::ReturnInParagraph(nsIDOMSelection *aSelection,
}
// not in a text node. are we next to BR's?
// XXX
// XXX
#endif
return res;
}