diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-31 22:20:04 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-11-01 12:24:09 -0500 |
commit | 3fae82287065ff398c82f95ed7389d43d4afe7a6 (patch) | |
tree | 7ced37d3d2cb1dc45c3ded638650ec3ee4bfceba /forms | |
parent | a0e7135737dcd6621d04dc847c99f43695d19fae (diff) |
use SolarMutexGuard to take a guard on the solar mutex.
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/richtext/richtextcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/richtext/richtextcontrol.cxx b/forms/source/richtext/richtextcontrol.cxx index dd71a80f9172..527e20cc75f3 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 ) |