diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-20 12:59:11 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-20 13:00:07 +0100 |
commit | 2d26f7fb7f4f2cb1a7ea96486d2a9d25a4638c2e (patch) | |
tree | b8ea719a73ea623332a4d700f26d6ce1c31c3ee2 /lingucomponent | |
parent | 0e4cbd1f1b4022186e66e6194c2608f5dabd7a7a (diff) |
loplugin:dynexcspec (macOS), lingucomponent
Change-Id: I11f7419babd1ceb158ab0a329dd3d8699b7b2702
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 959d51813753..7378beb15c55 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -399,7 +399,7 @@ Reference< XSpellAlternatives > SAL_CALL return xAlt; } - +/// @throws Exception Reference< XInterface > SAL_CALL MacSpellChecker_CreateInstance( const Reference< XMultiServiceFactory > & /*rSMgr*/ ) throw(Exception) |