Files
loongoffice/framework/source
Stephan Bergmann 4ddb43bcf1 Turn odd framework::LockHelper::getGlobalLock() into an osl::Mutex
...and extract it to framework::GlobalLock::get().

The old lock was actually effectively two different locks,
LockHelper::getGloblaLock() and
LockHelper::getGlobalLock().getShareableOslMutex(), and both were used in
different places.  These places all use the same single osl::Mutex instance now,
but hopefully that does not lead to problems (which it shouldn't, given the
documentation of LockHelper::getShareableOslMutex: "Sometimes we need a osl-
mutex for sharing with our uno helper ... What can we do? We must use a
different mutex member :-( I HOPE IT WORKS!").

Of course, the "TODO: This presumable should return the SolarMutex" still
applies.

Change-Id: I7caea3241d1b70a00272fe1f2214c071ef22cf2c
2014-03-20 17:30:02 +01:00
..
2014-03-20 15:15:10 +01:00
2014-03-20 15:04:14 +01:00
2014-03-20 15:04:14 +01:00
2014-03-20 15:15:10 +01:00
2014-03-18 09:43:17 +01:00
2014-03-20 15:04:12 +01:00
2014-03-20 10:49:40 +01:00
2014-03-18 17:37:55 +01:00
2014-03-20 09:48:22 +01:00
2014-03-19 18:17:06 +01:00
2014-03-20 10:49:39 +01:00
2014-03-19 18:17:05 +01:00