diff options
-rw-r--r-- | comphelper/source/property/genericpropertyset.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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++; |