From 066799b4a162aa0a4bc6aa28339f1f943a13971e Mon Sep 17 00:00:00 2001 From: Noel Date: Mon, 8 Feb 2021 15:50:13 +0200 Subject: loplugin:referencecasting check for Reference::query Change-Id: I008d16d933c70df132699872ac4c39a5c1f87b34 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110592 Tested-by: Jenkins Reviewed-by: Noel Grandin --- forms/source/helper/controlfeatureinterception.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms') diff --git a/forms/source/helper/controlfeatureinterception.cxx b/forms/source/helper/controlfeatureinterception.cxx index 1e0d0fbcd03d..091af550cc29 100644 --- a/forms/source/helper/controlfeatureinterception.cxx +++ b/forms/source/helper/controlfeatureinterception.cxx @@ -93,7 +93,7 @@ namespace frm // reconnect the chain if ( xMaster.is() ) { - xMaster->setSlaveDispatchProvider( Reference< XDispatchProvider >::query( xSlave ) ); + xMaster->setSlaveDispatchProvider( xSlave ); } // if somebody has registered the same interceptor twice, then we will remove -- cgit