lolugin:staticmethods
Change-Id: I731ad0f55e68ffa7658955c9d8a557da2759fcac Reviewed-on: https://gerrit.libreoffice.org/63496 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
parent
a208ece664
commit
d30eb91f14
@ -80,7 +80,6 @@ class MacSpellChecker :
|
||||
}
|
||||
|
||||
sal_Int16 GetSpellFailure( const OUString &rWord, const Locale &rLocale );
|
||||
Reference< XSpellAlternatives > GetProposals( const OUString &rWord, const Locale &rLocale );
|
||||
|
||||
public:
|
||||
MacSpellChecker();
|
||||
|
@ -393,9 +393,10 @@ sal_Bool SAL_CALL
|
||||
return (nFailure == -1);
|
||||
}
|
||||
|
||||
namespace {
|
||||
|
||||
Reference< XSpellAlternatives >
|
||||
MacSpellChecker::GetProposals( const OUString &rWord, const Locale &rLocale )
|
||||
GetProposals( const OUString &rWord, const Locale &rLocale )
|
||||
{
|
||||
// Retrieves the return values for the 'spell' function call in case
|
||||
// of a misspelled word.
|
||||
@ -458,8 +459,7 @@ Reference< XSpellAlternatives >
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference< XSpellAlternatives > SAL_CALL
|
||||
MacSpellChecker::spell( const OUString& rWord, const Locale& rLocale,
|
||||
|
Loading…
x
Reference in New Issue
Block a user