summaryrefslogtreecommitdiff
path: root/toolkit/source/awt/xsimpleanimation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/awt/xsimpleanimation.cxx')
-rw-r--r--toolkit/source/awt/xsimpleanimation.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/source/awt/xsimpleanimation.cxx b/toolkit/source/awt/xsimpleanimation.cxx
index 79ced87dacb0..0eb0c365d9a0 100644
--- a/toolkit/source/awt/xsimpleanimation.cxx
+++ b/toolkit/source/awt/xsimpleanimation.cxx
@@ -103,7 +103,7 @@ namespace toolkit
void SAL_CALL XSimpleAnimation::setProperty( const ::rtl::OUString& PropertyName, const uno::Any& Value )
throw( uno::RuntimeException )
{
- ::vos::OGuard aGuard( GetMutex() );
+ ::osl::SolarMutexGuard aGuard( GetMutex() );
if ( GetWindow() )
{
@@ -139,7 +139,7 @@ namespace toolkit
uno::Any SAL_CALL XSimpleAnimation::getProperty( const ::rtl::OUString& PropertyName )
throw( uno::RuntimeException )
{
- ::vos::OGuard aGuard( GetMutex() );
+ ::osl::SolarMutexGuard aGuard( GetMutex() );
uno::Any aReturn;