summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/usercontrol.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 10:36:32 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 13:05:06 +0200
commit76badcaf7a426458be55355427d6ef689d62ac69 (patch)
tree8132c33fd850d19055c1750f6c6499ca1685ce82 /extensions/source/propctrlr/usercontrol.hxx
parentb1a1baa66a8eb0553df87769d48e3cc7e533a1d8 (diff)
loplugin:constparams in extensions,scripting,sdext
Change-Id: I3d47e144db17358bf6e2e5e3f4ad29de888c01b1 Reviewed-on: https://gerrit.libreoffice.org/40583 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/propctrlr/usercontrol.hxx')
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx2
1 files changed, 1 insertions, 1 deletions
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 );