Support changing list bullet/number style for selected list items. b=92278 r=jfrancis,brade sr=kin

git-svn-id: svn://10.0.0.236/trunk@110351 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
2001-12-12 03:57:32 +00:00
parent 2d50555393
commit bd0c9879f3
14 changed files with 52 additions and 31 deletions

View File

@@ -660,7 +660,7 @@ nsHTMLEditorLog::SwitchTableCellHeaderType(nsIDOMElement *aSourceCell, nsIDOMEle
}
NS_IMETHODIMP
nsHTMLEditorLog::MakeOrChangeList(const nsAReadableString& aListType, PRBool entireList)
nsHTMLEditorLog::MakeOrChangeList(const nsAReadableString& aListType, PRBool entireList, const nsAReadableString& aBulletType)
{
nsAutoHTMLEditorLogLock logLock(this);
@@ -674,7 +674,7 @@ nsHTMLEditorLog::MakeOrChangeList(const nsAReadableString& aListType, PRBool ent
Flush();
}
return nsHTMLEditor::MakeOrChangeList(aListType, entireList);
return nsHTMLEditor::MakeOrChangeList(aListType, entireList, aBulletType);
}
NS_IMETHODIMP