From 76badcaf7a426458be55355427d6ef689d62ac69 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 31 Jul 2017 10:36:32 +0200 Subject: loplugin:constparams in extensions,scripting,sdext Change-Id: I3d47e144db17358bf6e2e5e3f4ad29de888c01b1 Reviewed-on: https://gerrit.libreoffice.org/40583 Tested-by: Jenkins Reviewed-by: Noel Grandin --- extensions/source/propctrlr/usercontrol.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/source/propctrlr/usercontrol.hxx') diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx index 6fc75e2e007f..06e01d8a00ef 100644 --- a/extensions/source/propctrlr/usercontrol.hxx +++ b/extensions/source/propctrlr/usercontrol.hxx @@ -77,7 +77,7 @@ namespace pcr * \param _nFormatKey the format key * \return current date or time or the value 1234.56789 */ - static double getPreviewValue(SvNumberFormatter* _pNF,sal_Int32 _nFormatKey); + static double getPreviewValue(SvNumberFormatter const * _pNF, sal_Int32 _nFormatKey); private: static double getPreviewValue( const SvNumberformat& i_rEntry ); -- cgit