Kaydet (Commit) d30eb91f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

lolugin:staticmethods

Change-Id: I731ad0f55e68ffa7658955c9d8a557da2759fcac
Reviewed-on: https://gerrit.libreoffice.org/63496
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst a208ece6
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment