diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-24 09:28:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-01-24 10:03:29 +0100 |
commit | 399ef5c1a1af6ded3cd650b3012d5990e5015365 (patch) | |
tree | b5506080a97ea0ea731bf49f6464b3e5fcd2e217 /sc/source/ui/inc/tptable.hxx | |
parent | cf693b02159982bbcbbd13b564a81227fbba78cf (diff) |
loplugin:constparams in sc
Change-Id: Ie211eea01eaceb718f701d3fdbb6253700d14e5e
Reviewed-on: https://gerrit.libreoffice.org/66831
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/tptable.hxx')
-rw-r--r-- | sc/source/ui/inc/tptable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/tptable.hxx b/sc/source/ui/inc/tptable.hxx index 61e5317fc8b0..52b2a36628a0 100644 --- a/sc/source/ui/inc/tptable.hxx +++ b/sc/source/ui/inc/tptable.hxx @@ -76,7 +76,7 @@ private: // Handler: DECL_LINK(PageDirHdl, weld::ToggleButton&, void); DECL_LINK(PageNoHdl, weld::ToggleButton&, void); - void PageNoHdl(weld::ToggleButton* pBtn); + void PageNoHdl(const weld::ToggleButton* pBtn); DECL_LINK(ScaleHdl, weld::ComboBox&, void); DECL_LINK(ToggleHdl, weld::ToggleButton&, void); }; |