30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp

git-svn-id: svn://10.0.0.236/trunk@63485 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
2000-03-20 23:13:25 +00:00
parent 583933ee4a
commit ebe5e797da
14 changed files with 34 additions and 16 deletions

View File

@@ -2131,6 +2131,7 @@ nsEditorShell::InsertAsQuotation(const PRUnichar *quotedText,
NS_IMETHODIMP
nsEditorShell::InsertAsCitedQuotation(const PRUnichar *quotedText,
const PRUnichar *cite,
PRBool aInsertHTML,
const PRUnichar *charset,
nsIDOMNode** aNodeInserted)
{
@@ -2152,6 +2153,7 @@ nsEditorShell::InsertAsCitedQuotation(const PRUnichar *quotedText,
case eHTMLTextEditorType:
err = mailEditor->InsertAsCitedQuotation(aQuotedText, aCiteString,
aInsertHTML,
aCharset, aNodeInserted);
break;