зеркало из https://github.com/mozilla/gecko-dev.git
Add a new parameter.
This commit is contained in:
Родитель
469b7ffe36
Коммит
720eb07f7f
|
@ -30,7 +30,7 @@ interface nsISpellCheck : nsISupports
|
||||||
void IgnoreWordAllOccurrences(in wstring word);
|
void IgnoreWordAllOccurrences(in wstring word);
|
||||||
void AddWordToDictionary(in wstring word);
|
void AddWordToDictionary(in wstring word);
|
||||||
void RemoveWordFromDictionary(in wstring word);
|
void RemoveWordFromDictionary(in wstring word);
|
||||||
wstring GetPersonalDictionaryWord();
|
wstring GetPersonalDictionaryWord(in wstring word);
|
||||||
void CloseSpellChecking();
|
void CloseSpellChecking();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Загрузка…
Ссылка в новой задаче