summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-31 22:20:04 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-11-01 12:24:09 -0500
commit3fae82287065ff398c82f95ed7389d43d4afe7a6 (patch)
tree7ced37d3d2cb1dc45c3ded638650ec3ee4bfceba /forms
parenta0e7135737dcd6621d04dc847c99f43695d19fae (diff)
use SolarMutexGuard to take a guard on the solar mutex.
Diffstat (limited to 'forms')
-rw-r--r--forms/source/richtext/richtextcontrol.cxx2
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 )