From db378d64a9ca8675066fda31f3bd77dc37c52398 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 27 Oct 2017 09:03:20 +0200 Subject: loplugin:constmethod in vcl and stoc Change-Id: I7c02eecc16ca7cf89d9f7021116b0226885dbf06 Reviewed-on: https://gerrit.libreoffice.org/44044 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/ControlCacheKey.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vcl/inc/ControlCacheKey.hxx') diff --git a/vcl/inc/ControlCacheKey.hxx b/vcl/inc/ControlCacheKey.hxx index 20baa6e3759b..810d6e19f0f7 100644 --- a/vcl/inc/ControlCacheKey.hxx +++ b/vcl/inc/ControlCacheKey.hxx @@ -47,7 +47,7 @@ public: && maSize.Height() == aOther.maSize.Height(); } - bool canCacheControl() + bool canCacheControl() const { switch(mnType) { @@ -76,4 +76,4 @@ public: } }; -#endif // INCLUDED_VCL_INC_CONTROLCACHEKEY_HXX \ No newline at end of file +#endif // INCLUDED_VCL_INC_CONTROLCACHEKEY_HXX -- cgit