Bug 342536 - Backing out _remove the redundant DeleteSelection call_ patch from bug 312778

This commit is contained in:
martijn.martijn%gmail.com 2006-06-23 21:17:59 +00:00
Родитель 5592280ae5
Коммит a1f863c102
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -447,6 +447,7 @@ NS_IMETHODIMP mozInlineSpellChecker::ReplaceWord(nsIDOMNode *aNode, PRInt32 aOff
NS_ENSURE_SUCCESS(res, res);
selection->RemoveAllRanges();
selection->AddRange(range);
editor->DeleteSelection(nsIEditor::eNone);
nsCOMPtr<nsIPlaintextEditor> textEditor(do_QueryReferent(mEditor));
textEditor->InsertText(newword);