19#ifndef __com_sun_star_linguistic2_XSetSpellAlternatives_idl__
20#define __com_sun_star_linguistic2_XSetSpellAlternatives_idl__
26module
com { module sun { module star { module linguistic2 {
allows to modify the suggestion list returned by a spell checker.
Definition XSetSpellAlternatives.idl:38
void setFailureType([in] short nFailureType)
set the type of error found.
void setAlternatives([in] sequence< string > aAlternatives)
set the list of suggestions to be returned.
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22