diff options
Diffstat (limited to 'toolkit/source/helper/externallock.cxx')
-rw-r--r-- | toolkit/source/helper/externallock.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/source/helper/externallock.cxx b/toolkit/source/helper/externallock.cxx index fe9081d706c7..4e4e5e92ca16 100644 --- a/toolkit/source/helper/externallock.cxx +++ b/toolkit/source/helper/externallock.cxx @@ -21,14 +21,14 @@ #include <osl/mutex.hxx> #include <vcl/svapp.hxx> -// ----------------------------------------------------------------------------- + // class VCLExternalSolarLock -// ----------------------------------------------------------------------------- + void VCLExternalSolarLock::acquire() { Application::GetSolarMutex().acquire(); } -// ----------------------------------------------------------------------------- + void VCLExternalSolarLock::release() { Application::GetSolarMutex().release(); |