mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
NSSpellChecker: add stub for +isAutomaticTextReplacementEnabled
Add stub for +[NSSpellChecker isAutomaticTextReplacementEnabled] for compatibility purposes.
This commit is contained in:
parent
ac56a5aeae
commit
677572bef1
2 changed files with 7 additions and 0 deletions
|
@ -80,6 +80,8 @@ enum
|
|||
id _correctButton;
|
||||
}
|
||||
|
||||
+ (BOOL)isAutomaticTextReplacementEnabled;
|
||||
|
||||
//
|
||||
// Making a Checker available
|
||||
//
|
||||
|
|
|
@ -162,6 +162,11 @@ static int __documentTag = 0;
|
|||
}
|
||||
}
|
||||
|
||||
+ (BOOL)isAutomaticTextReplacementEnabled
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
//
|
||||
// Making a Checker available
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue