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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user