summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-01-27 16:41:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-01-27 16:41:41 +0000
commit3820f0e7e17eeae559b2b3f22561316dd0e1835b (patch)
treecc67061c745c473bf0e4cc8c5e03661f098fab2d /framework
parent259c23ede7cf7faf1b5c90d35b5ed8b50b6b84ee (diff)
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'framework')
-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);
}