From 96e55a41ae0a6a74eb14a9a8af82acdf798fa418 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Wed, 20 Oct 2010 06:26:34 -0500 Subject: rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity --- sw/source/ui/inc/unodispatch.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/inc/unodispatch.hxx') diff --git a/sw/source/ui/inc/unodispatch.hxx b/sw/source/ui/inc/unodispatch.hxx index 56b930b6fead..039769abda5f 100644 --- a/sw/source/ui/inc/unodispatch.hxx +++ b/sw/source/ui/inc/unodispatch.hxx @@ -50,7 +50,7 @@ class SwXDispatchProviderInterceptor : public cppu::WeakImplHelper3 class DispatchMutexLock_Impl { //::osl::MutexGuard aGuard; #102295# solar mutex has to be used currently - osl::SolarMutexGuard aGuard; + osl::SolarGuard aGuard; DispatchMutexLock_Impl(); public: DispatchMutexLock_Impl(SwXDispatchProviderInterceptor&); -- cgit