comphelper/source/property/genericpropertyset.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f2b027d5cdaf0e88d1fe47c4d89ef57c03b1f9b8
Author:     Noel Grandin <noelgran...@gmail.com>
AuthorDate: Sat Mar 25 08:26:58 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sat Mar 25 07:23:01 2023 +0000

    no need to call lock() here
    
    notifyEach was changed to lock the mutex before returning.
    
    Change-Id: I0dc0e11e51e28890e98035cf8356846f9b49c436
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149575
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/comphelper/source/property/genericpropertyset.cxx 
b/comphelper/source/property/genericpropertyset.cxx
index a618d1f7c0e4..3d389172c496 100644
--- a/comphelper/source/property/genericpropertyset.cxx
+++ b/comphelper/source/property/genericpropertyset.cxx
@@ -152,7 +152,6 @@ void GenericPropertySet::_setPropertyValues( const 
PropertyMapEntry** ppEntries,
             aEvt.PropertyName = (*ppEntries)->maName;
             aEvt.NewValue = *pValues;
             pHelper->notifyEach( aGuard, 
&XPropertyChangeListener::propertyChange, aEvt );
-            aGuard.lock();
         }
 
         ppEntries++;

Reply via email to