From 039d9b97b720d9dc735413b292382104b63014d5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 19 Jul 2017 17:44:29 +0200 Subject: loplugin:constparams in framework Change-Id: Iecd19a0cbb3cc78158c17bfa064cc23bafc44b18 Reviewed-on: https://gerrit.libreoffice.org/40206 Tested-by: Jenkins Reviewed-by: Noel Grandin --- framework/source/uielement/addonstoolbarmanager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/source/uielement/addonstoolbarmanager.cxx') diff --git a/framework/source/uielement/addonstoolbarmanager.cxx b/framework/source/uielement/addonstoolbarmanager.cxx index 63b8c4729b89..f497ea01826e 100644 --- a/framework/source/uielement/addonstoolbarmanager.cxx +++ b/framework/source/uielement/addonstoolbarmanager.cxx @@ -102,7 +102,7 @@ static bool IsCorrectContext( const OUString& rModuleIdentifier, const OUString& return false; } -static Image RetrieveImage( Reference< css::frame::XFrame >& rFrame, +static Image RetrieveImage( Reference< css::frame::XFrame > const & rFrame, const OUString& aImageId, const OUString& aURL, bool bBigImage -- cgit