From 7ed178077cc1348d72ae936a2762085e278d79d0 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 21 Jul 2017 09:27:31 +0200 Subject: loplugin:constparams in sfx2 Change-Id: Id982c8fb5654433e9db10e2da6a86a6c8d90b9b4 Reviewed-on: https://gerrit.libreoffice.org/40261 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/framework/sfxhelperfunctions.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/framework') diff --git a/include/framework/sfxhelperfunctions.hxx b/include/framework/sfxhelperfunctions.hxx index 5c39b12ebd46..5e96768b87b8 100644 --- a/include/framework/sfxhelperfunctions.hxx +++ b/include/framework/sfxhelperfunctions.hxx @@ -41,7 +41,7 @@ typedef svt::StatusbarController* ( *pfunc_setStatusBarControllerCreator)( const OUString& aCommandURL ); typedef void ( *pfunc_getRefreshToolbars)( - css::uno::Reference< css::frame::XFrame >& rFrame ); + css::uno::Reference< css::frame::XFrame > const & rFrame ); typedef void ( *pfunc_createDockingWindow)( const css::uno::Reference< css::frame::XFrame >& rFrame, -- cgit