Skip to content

Commit

Permalink
loplugin:referencecasting (macOS)
Browse files Browse the repository at this point in the history
Change-Id: I81f5de54c6657f7f8e5ffbd8c4a7c1b7f3cb70c2
Reviewed-on: https://gerrit.libreoffice.org/77238
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
  • Loading branch information
stbergmann committed Aug 10, 2019
1 parent 8075ef1 commit 7107481
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
{
if (!pPropHelper)
{
Reference< XLinguProperties > xPropSet( GetLinguProperties(), UNO_QUERY );
Reference< XLinguProperties > xPropSet( GetLinguProperties() );

pPropHelper = new PropertyHelper_Spell( static_cast<XSpellChecker *>(this), xPropSet );
xPropHelper = pPropHelper;
Expand Down

0 comments on commit 7107481

Please sign in to comment.