From 71074815b80282009923edef75f95ba7f0424c57 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sat, 10 Aug 2019 12:58:09 +0200 Subject: loplugin:referencecasting (macOS) Change-Id: I81f5de54c6657f7f8e5ffbd8c4a7c1b7f3cb70c2 Reviewed-on: https://gerrit.libreoffice.org/77238 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingucomponent') 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(this), xPropSet ); xPropHelper = pPropHelper; -- cgit