From 715e7370a160bd3a51bf5aefdd92319da239bc4e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sat, 24 Aug 2019 14:41:43 +0200 Subject: loplugin:returnconstval in fpicker..reportdesign Change-Id: I59c55a858b2706d1327c837abc158dceca02360e Reviewed-on: https://gerrit.libreoffice.org/78058 Tested-by: Jenkins Reviewed-by: Noel Grandin --- reportdesign/source/ui/misc/UITools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reportdesign/source') diff --git a/reportdesign/source/ui/misc/UITools.cxx b/reportdesign/source/ui/misc/UITools.cxx index 29f121965569..56de5307d262 100644 --- a/reportdesign/source/ui/misc/UITools.cxx +++ b/reportdesign/source/ui/misc/UITools.cxx @@ -227,7 +227,7 @@ namespace return lcl_getReportControlFont( _rxReportControlFormat, aAwtFont, _nWhich ); } - const vcl::Font lcl_setFont(const uno::Reference& _rxReportControlFormat, + vcl::Font lcl_setFont(const uno::Reference& _rxReportControlFormat, SfxItemSet& _rItemSet,sal_uInt16 _nWhich,sal_uInt16 _nFont, sal_uInt16 _nFontHeight,sal_uInt16 _nLanguage,sal_uInt16 _nPosture, sal_uInt16 _nWeight) { // fill it -- cgit