diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-20 06:26:32 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:29 -0500 |
commit | 1204c62140fbb37ebadbbf1dafe3135387544f0a (patch) | |
tree | 4df7989b4081770507e9c39a7f4928bac11d9d4e | |
parent | 781d467f3b32b2cba007ff34325a87c0c75eccf5 (diff) |
rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity
-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 676cb303c..f277eac23 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::SolarMutexGuard aGuard( GetMutex() ); + ::osl::SolarGuard aGuard( GetMutex() ); RichTextControl* pRichTextControl = static_cast< RichTextControl* >( GetWindow() ); if ( pRichTextControl ) |