[Libreoffice-commits] .: forms/source

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Mon Nov 1 10:34:12 PDT 2010


 forms/source/richtext/richtextcontrol.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2aa667c60e05137867cffb68da715c8ae01aa0c
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Oct 31 22:20:04 2010 -0500

    use SolarMutexGuard to take a guard on the solar mutex.

diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx
index f277eac..a6fa85e 100644
--- a/forms/source/richtext/richtextcontrol.cxx
+++ b/forms/source/richtext/richtextcontrol.cxx
@@ -375,7 +375,7 @@ namespace frm
     void ORichTextPeer::dispose( ) throw(RuntimeException)
     {
         {
-            ::osl::SolarGuard aGuard( GetMutex() );
+            SolarMutexGuard aGuard;
             RichTextControl* pRichTextControl = static_cast< RichTextControl* >( GetWindow() );
 
             if ( pRichTextControl )


More information about the Libreoffice-commits mailing list