From 59a5fdd32727447239ee91cea00f943609540507 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 13 May 2020 15:53:27 +0200 Subject: fix ScriptEventContainer::isEmpty which was relying on the nElementCount field, which was not being updated. Just delete it and check the map. Change-Id: If543abcc7c1778a27675a1df69a54325024234b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94133 Tested-by: Jenkins Reviewed-by: Noel Grandin --- toolkit/inc/controls/eventcontainer.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'toolkit/inc') diff --git a/toolkit/inc/controls/eventcontainer.hxx b/toolkit/inc/controls/eventcontainer.hxx index beca65e3e38f..79a434a39849 100644 --- a/toolkit/inc/controls/eventcontainer.hxx +++ b/toolkit/inc/controls/eventcontainer.hxx @@ -49,7 +49,6 @@ class ScriptEventContainer final : public ::cppu::WeakImplHelper< NameContainerNameMap mHashMap; css::uno::Sequence< OUString > mNames; std::vector< css::uno::Any > mValues; - sal_Int32 mnElementCount; css::uno::Type mType; ContainerListenerMultiplexer maContainerListeners; -- cgit