From d72511eda923c827a6175bec9b8f24c237f82730 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Sep 2021 10:59:43 +0200 Subject: gives names to all the Idles and Tasks enforce it by making the constructor parameter non-default. Change-Id: I321543e4dcf15ea0a43ad8cce91d2f8dc22df6ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122766 Tested-by: Jenkins Reviewed-by: Noel Grandin --- forms/source/component/ListBox.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'forms') diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx index f719ed3af040..a67249097d7d 100644 --- a/forms/source/component/ListBox.cxx +++ b/forms/source/component/ListBox.cxx @@ -1802,6 +1802,7 @@ namespace frm :OBoundControl( _rxFactory, VCL_CONTROL_LISTBOX, false ) ,m_aChangeListeners( m_aMutex ) ,m_aItemListeners( m_aMutex ) + ,m_aChangeIdle("forms OListBoxControl m_aChangedIdle") { osl_atomic_increment(&m_refCount); -- cgit