summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/numpages.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-01-23 14:32:29 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-01-24 07:46:27 +0100
commit48fd4199a665130947033ee431db766c04d8d023 (patch)
tree9df2c493497c604b56dc7ecfa2635fee496adcb4 /cui/source/inc/numpages.hxx
parentloplugin:constparams in basctl..chart2 (diff)
downloadcore-48fd4199a665130947033ee431db766c04d8d023.tar.gz
core-48fd4199a665130947033ee431db766c04d8d023.zip
loplugin:constparams in connectivity..cui
Change-Id: Ia2ae97498a9aad8638c4b77ce20143eeec616751 Reviewed-on: https://gerrit.libreoffice.org/66792 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/numpages.hxx')
-rw-r--r--cui/source/inc/numpages.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index 3f3b429087f9..c1a1869c551a 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -315,7 +315,7 @@ class SvxNumOptionsTabPage : public SfxTabPage
DECL_LINK(BulColorHdl_Impl, ColorListBox&, void);
DECL_LINK(BulRelSizeHdl_Impl, weld::MetricSpinButton&, void);
DECL_LINK(PreviewInvalidateHdl_Impl, Timer*, void);
- void EditModifyHdl_Impl(weld::Entry*);
+ void EditModifyHdl_Impl(const weld::Entry*);
public:
SvxNumOptionsTabPage(TabPageParent pParent, const SfxItemSet& rSet);