diff options
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/fwi/classes/propertysethelper.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/source/fwi/classes/propertysethelper.cxx b/framework/source/fwi/classes/propertysethelper.cxx index 4e784d397cb2..8265f3456a31 100644 --- a/framework/source/fwi/classes/propertysethelper.cxx +++ b/framework/source/fwi/classes/propertysethelper.cxx @@ -194,7 +194,6 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty, { // SAFE -> aWriteLock.reset(); - bLocked = true; } bool bWillBeChanged = (aCurrentValue != aValue); @@ -212,7 +211,6 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty, if (m_bReleaseLockOnCall) { aWriteLock.clear(); - bLocked = false; // <- SAFE } |