This commit is contained in:
sfraser%netscape.com 1999-06-11 00:04:46 +00:00
Родитель 469b7ffe36
Коммит 720eb07f7f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -30,7 +30,7 @@ interface nsISpellCheck : nsISupports
void IgnoreWordAllOccurrences(in wstring word);
void AddWordToDictionary(in wstring word);
void RemoveWordFromDictionary(in wstring word);
wstring GetPersonalDictionaryWord();
wstring GetPersonalDictionaryWord(in wstring word);
void CloseSpellChecking();
};