summaryrefslogtreecommitdiff
path: root/svtools/source/control/valueset.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-01-31 12:08:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-01-31 19:37:48 +0100
commitde06f883e2ab53e5d74d480da7abb5c7dd33de3e (patch)
treed63697b67e57575222b38030ab082a59dcb1aa19 /svtools/source/control/valueset.cxx
parentc599e23a92310916d4e7f09c5aaf354d63973d0b (diff)
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 <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/control/valueset.cxx')
-rw-r--r--svtools/source/control/valueset.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/control/valueset.cxx b/svtools/source/control/valueset.cxx
index 791a10ca1d4f..d30025e1d51e 100644
--- a/svtools/source/control/valueset.cxx
+++ b/svtools/source/control/valueset.cxx
@@ -1740,7 +1740,6 @@ void ValueSet::SelectItem( sal_uInt16 nItemId )
Any aNewAny;
ImplFireAccessibleEvent(AccessibleEventId::SELECTION_CHANGED, aOldAny, aNewAny);
}
- maHighlightHdl.Call(this);
}
void ValueSet::SetNoSelection()