fixed blocker bug 10698; rvwd: akkana; apprvd: chofmann

git-svn-id: svn://10.0.0.236/trunk@41563 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jfrancis%netscape.com
1999-07-29 23:40:21 +00:00
parent e21f3ad4c8
commit 9877421283
2 changed files with 0 additions and 22 deletions

View File

@@ -349,17 +349,6 @@ NS_IMETHODIMP nsHTMLEditor::InsertBreak()
res = mRules->DidDoAction(selection, &ruleInfo, res);
}
// Insert some formatting whitespace:
nsAutoString whitespace(NS_LINEBREAK);
(void)nsEditor::InsertText(whitespace);
// XXXX: Horrible hack! We are doing this because
// of an error in Gecko which is not rendering the
// document after a change via the DOM - gpk 2/13/99
// BEGIN HACK!!!
// HACKForceRedraw();
// END HACK
return res;
}

View File

@@ -349,17 +349,6 @@ NS_IMETHODIMP nsHTMLEditor::InsertBreak()
res = mRules->DidDoAction(selection, &ruleInfo, res);
}
// Insert some formatting whitespace:
nsAutoString whitespace(NS_LINEBREAK);
(void)nsEditor::InsertText(whitespace);
// XXXX: Horrible hack! We are doing this because
// of an error in Gecko which is not rendering the
// document after a change via the DOM - gpk 2/13/99
// BEGIN HACK!!!
// HACKForceRedraw();
// END HACK
return res;
}