diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 10:39:46 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-09-18 14:41:57 +0200 |
commit | e19a21add0d1f559edc28451eddeb11335cffd21 (patch) | |
tree | aeace52937023e7a36b81f9203af8b072d88c1ca /lingucomponent | |
parent | 738bcd238297966de197c02efc95554a08b16c9e (diff) |
loplugin:external (macOS)
Change-Id: Ib06572a844d2999e9ecd91e26abd98ecec06a0ae
Reviewed-on: https://gerrit.libreoffice.org/60665
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index 96cb56529db5..5b3e30487d7d 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -485,7 +485,7 @@ Reference< XSpellAlternatives > SAL_CALL } /// @throws Exception -Reference< XInterface > MacSpellChecker_CreateInstance( +static Reference< XInterface > MacSpellChecker_CreateInstance( const Reference< XMultiServiceFactory > & /*rSMgr*/ ) { |