fixes for 45608, 51398, 51591; r=cmanske

git-svn-id: svn://10.0.0.236/trunk@79084 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com
2000-09-14 05:59:19 +00:00
parent ebb6af908a
commit 6340d3a57b
21 changed files with 205 additions and 50 deletions

View File

@@ -3412,7 +3412,7 @@ nsEditorShell::GetDocumentLength(PRInt32 *aDocumentLength)
NS_IMETHODIMP
nsEditorShell::MakeOrChangeList(const PRUnichar *listType)
nsEditorShell::MakeOrChangeList(const PRUnichar *listType, PRBool entireList)
{
nsresult err = NS_NOINTERFACE;
@@ -3432,7 +3432,7 @@ nsEditorShell::MakeOrChangeList(const PRUnichar *listType)
}
}
else
err = mEditor->MakeOrChangeList(aListType);
err = mEditor->MakeOrChangeList(aListType, entireList);
break;
case ePlainTextEditorType: