removal of DeleteSelection, which was redundant. Bug 312778, r=brettw, sr=mscott

This commit is contained in:
martijn.martijn%gmail.com 2006-06-21 00:52:00 +00:00
Родитель 7d976ba23d
Коммит 3be16114a2
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -447,7 +447,6 @@ 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);