[Libreoffice-commits] .: Branch 'feature/vos-removal' - sw/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Wed Oct 20 04:46:37 PDT 2010


 sw/source/ui/inc/unodispatch.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 44c9b7b30dc35411e565edd5f99c1928a84bf737
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Wed Oct 20 06:26:34 2010 -0500

    rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity

diff --git a/sw/source/ui/inc/unodispatch.hxx b/sw/source/ui/inc/unodispatch.hxx
index ff9b6f6..dc77100 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&);


More information about the Libreoffice-commits mailing list