mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 21:50:46 +00:00
NSSpellChecker: implement stub for +isAutomaticDashSubstitutionEnabled
Implement stub for +[NSSpellChecker isAutomaticDashSubstitutionEnabled] for compatibility purposes.
This commit is contained in:
parent
9e8ef84b54
commit
39d9105d35
2 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,7 @@ enum
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (BOOL)isAutomaticTextReplacementEnabled;
|
+ (BOOL)isAutomaticTextReplacementEnabled;
|
||||||
|
+ (BOOL)isAutomaticDashSubstitutionEnabled;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Making a Checker available
|
// Making a Checker available
|
||||||
|
|
|
@ -167,6 +167,11 @@ static int __documentTag = 0;
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ (BOOL)isAutomaticDashSubstitutionEnabled
|
||||||
|
{
|
||||||
|
return NO;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Making a Checker available
|
// Making a Checker available
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue