diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-24 12:54:28 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-25 07:00:51 +0200 |
commit | 8f254a45d78dee53764321244aca108e2a1d344c (patch) | |
tree | 0de6c2591e041e3e75085880b84e9c80afaa5f26 /vcl/source/control/ctrl.cxx | |
parent | e4f28aea21ce7e8f960cc2062f83715549be215e (diff) |
loplugin:checkunusedparams in vcl
Change-Id: I26661684e634aa15a18f78442de15c9db832f319
Reviewed-on: https://gerrit.libreoffice.org/36886
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/control/ctrl.cxx')
-rw-r--r-- | vcl/source/control/ctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/ctrl.cxx b/vcl/source/control/ctrl.cxx index 8d94ebc26fce..3e4c0d56afb8 100644 --- a/vcl/source/control/ctrl.cxx +++ b/vcl/source/control/ctrl.cxx @@ -407,7 +407,7 @@ void Control::ApplySettings(vcl::RenderContext& rRenderContext) rRenderContext.SetTextFillColor(); } -void Control::ImplInitSettings(const bool, const bool) +void Control::ImplInitSettings() { ApplySettings(*this); } |