mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:40:37 +00:00
NSSpellChecker: add stub for -checkGrammarOfString:...
Add a stub for the -checkGrammarOfString:... method for compatibility purposes.
This commit is contained in:
parent
677572bef1
commit
10d0dce115
2 changed files with 18 additions and 0 deletions
|
@ -449,6 +449,16 @@ static int __documentTag = 0;
|
|||
return nil;
|
||||
}
|
||||
|
||||
- (NSRange)checkGrammarOfString:(NSString *)stringToCheck
|
||||
startingAt:(NSInteger)startingOffset
|
||||
language:(NSString *)language
|
||||
wrap:(BOOL)wrapFlag
|
||||
inSpellDocumentWithTag:(NSInteger)tag
|
||||
details:(NSArray **)details
|
||||
{
|
||||
return NSMakeRange(NSNotFound, 0);
|
||||
}
|
||||
|
||||
//
|
||||
// Setting the Language
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue