summaryrefslogtreecommitdiff
path: root/framework/source/classes/propertysethelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/classes/propertysethelper.cxx')
-rw-r--r--framework/source/classes/propertysethelper.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/source/classes/propertysethelper.cxx b/framework/source/classes/propertysethelper.cxx
index 0eca64e60746..68f190a95f44 100644
--- a/framework/source/classes/propertysethelper.cxx
+++ b/framework/source/classes/propertysethelper.cxx
@@ -291,13 +291,8 @@ css::uno::Any SAL_CALL PropertySetHelper::getPropertyValue(const ::rtl::OUString
css::beans::Property aPropInfo = pIt->second;
- sal_Bool bLocked = sal_True;
if (m_bReleaseLockOnCall)
- {
aReadLock.unlock();
- bLocked = sal_False;
- // <- SAFE
- }
return impl_getPropertyValue(aPropInfo.Name, aPropInfo.Handle);
}