Bug 344560 forgotten part of previous commit

This commit is contained in:
brettw%gmail.com 2006-08-04 01:17:59 +00:00
Родитель d2f7a6a5db
Коммит 9e975d32c3
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -243,15 +243,12 @@ public:
mozInlineSpellChecker();
virtual ~mozInlineSpellChecker();
// re-spellcheck the currently marked ranges
nsresult SpellCheckSelection();
// spell checks all of the words between two nodes
nsresult SpellCheckBetweenNodes(nsIDOMNode *aStartNode,
PRInt32 aStartOffset,
nsIDOMNode *aEndNode,
PRInt32 aEndOffset);
// examines the dom node in question and returns true if the inline spell
// checker should skip the node (i.e. the text is inside of a block quote
// or an e-mail signature...)