From 5b621a30ccf2ba3967e1189986bf1a3ea8079e8e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 26 Jun 2014 10:58:28 +0100 Subject: clang: Dead assignment Change-Id: Ifcbfe29f116d43cc4e65641e24a302e4cdd71129 --- framework/source/fwi/classes/propertysethelper.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'framework') 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 } -- cgit