From 4a4412f70cd07baa8e67dd92dc1c403455bfe3a4 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 31 Jul 2017 15:13:12 +0200 Subject: loplugin:constparams in cui Change-Id: I5f3e4ba8d953bbce22c3c359bb1c3ae2ac47eb1d Reviewed-on: https://gerrit.libreoffice.org/40593 Tested-by: Jenkins Reviewed-by: Noel Grandin --- cui/source/options/fontsubs.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui/source/options/fontsubs.hxx') diff --git a/cui/source/options/fontsubs.hxx b/cui/source/options/fontsubs.hxx index 4c5e7bf670f5..22ba5caa861b 100644 --- a/cui/source/options/fontsubs.hxx +++ b/cui/source/options/fontsubs.hxx @@ -86,7 +86,7 @@ class SvxFontSubstTabPage : public SfxTabPage DECL_LINK(ClickHdl, Button*, void); DECL_LINK(TreeListBoxSelectHdl, SvTreeListBox*, void); DECL_LINK(NonPropFontsHdl, Button*, void); - void SelectHdl(vcl::Window*); + void SelectHdl(vcl::Window const *); SvTreeListEntry* CreateEntry(OUString& rFont1, OUString& rFont2); void CheckEnable(); -- cgit