From de06f883e2ab53e5d74d480da7abb5c7dd33de3e Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 31 Jan 2020 12:08:52 +0200 Subject: loplugin:unusedfields improve checking for fields guarded by existence check which resulted in only a couple of real finds, mostly false+ Change-Id: I26058a29c27bff50e9526bedd54fb04589c2934d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87765 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svtools/valueset.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svtools') diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx index 221798c2aa4d..86036fe7130a 100644 --- a/include/svtools/valueset.hxx +++ b/include/svtools/valueset.hxx @@ -220,7 +220,6 @@ private: DrawFrameStyle mnFrameStyle; Color maColor; Link maSelectHdl; - Link maHighlightHdl; bool mbFormat : 1; bool mbHighlight : 1; -- cgit