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:
@@ -444,6 +444,7 @@ nsHTMLEditorLog::InsertAsPlaintextQuotation(const nsString& aQuotedText,
|
||||
NS_IMETHODIMP
|
||||
nsHTMLEditorLog::InsertAsCitedQuotation(const nsString& aQuotedText,
|
||||
const nsString& aCitation,
|
||||
PRBool aInsertHTML,
|
||||
const nsString& aCharset,
|
||||
nsIDOMNode **aNodeInserted)
|
||||
{
|
||||
@@ -460,7 +461,7 @@ nsHTMLEditorLog::InsertAsCitedQuotation(const nsString& aQuotedText,
|
||||
Flush();
|
||||
}
|
||||
|
||||
return nsHTMLEditor::InsertAsCitedQuotation(aQuotedText, aCitation,
|
||||
return nsHTMLEditor::InsertAsCitedQuotation(aQuotedText, aCitation, aInsertHTML,
|
||||
aCharset, aNodeInserted);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user