diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-10 12:58:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-10 14:43:11 +0200 |
commit | 71074815b80282009923edef75f95ba7f0424c57 (patch) | |
tree | 3f879bb2fb7a1bd2757b86cf4cbfd537ef560328 /lingucomponent | |
parent | 8075ef1a616da27ea1fb65e988e5ef5764d8ec11 (diff) |
loplugin:referencecasting (macOS)
Change-Id: I81f5de54c6657f7f8e5ffbd8c4a7c1b7f3cb70c2
Reviewed-on: https://gerrit.libreoffice.org/77238
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 0fad4078e32e..edc801c4b20a 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -83,7 +83,7 @@ PropertyHelper_Spell & MacSpellChecker::GetPropHelper_Impl() { if (!pPropHelper) { - Reference< XLinguProperties > xPropSet( GetLinguProperties(), UNO_QUERY ); + Reference< XLinguProperties > xPropSet( GetLinguProperties() ); pPropHelper = new PropertyHelper_Spell( static_cast<XSpellChecker *>(this), xPropSet ); xPropHelper = pPropHelper; |