summaryrefslogtreecommitdiff
path: root/framework/source/helper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-20 16:43:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-20 17:30:03 +0100
commitc8239a1dd46c78f89fa31599036300ecf60108b5 (patch)
treeaab0eb3b038ae1ff938b9b3fbf8cfdcbe61cbe24 /framework/source/helper
parent250a4e8875d97a75683349415502a345f03138a0 (diff)
Remove newly unused framework::LockHelper class
...and make LockHelper::getGlobalLock() FWI_DLLPUBLIC again (so there's a single such lock, not one per library). Change-Id: I0aed77333dc93cdf1c7dd7b96620fb7a8eb3dd64
Diffstat (limited to 'framework/source/helper')
-rw-r--r--framework/source/helper/statusindicatorfactory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/helper/statusindicatorfactory.cxx b/framework/source/helper/statusindicatorfactory.cxx
index 85a56b8355ad..ef05159898f9 100644
--- a/framework/source/helper/statusindicatorfactory.cxx
+++ b/framework/source/helper/statusindicatorfactory.cxx
@@ -531,7 +531,7 @@ void StatusIndicatorFactory::impl_reschedule(sal_Bool bForce)
return;
// SAFE ->
- osl::ResettableMutexGuard aGlobalLock(GlobalLock::get());
+ osl::ResettableMutexGuard aGlobalLock(LockHelper::getGlobalLock());
if (m_nInReschedule == 0)
{