From 08be4cfe51342b5b08511951b9c5ff13b3eeee8d Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 21 Oct 2010 15:46:17 -0500 Subject: convert vos/process.hxx and related API --- toolkit/source/awt/xsimpleanimation.cxx | 1 - toolkit/source/awt/xthrobber.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'toolkit') diff --git a/toolkit/source/awt/xsimpleanimation.cxx b/toolkit/source/awt/xsimpleanimation.cxx index e67b44ac9821..925fe57b3436 100644 --- a/toolkit/source/awt/xsimpleanimation.cxx +++ b/toolkit/source/awt/xsimpleanimation.cxx @@ -90,7 +90,6 @@ namespace toolkit void XSimpleAnimation::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) { // TODO: XSimpleAnimation::ProcessWindowEvent - //::vos::OClearableGuard aGuard( GetMutex() ); //Reference< XSimpleAnimation > xKeepAlive( this ); //SpinButton* pSpinButton = static_cast< SpinButton* >( GetWindow() ); //if ( !pSpinButton ) diff --git a/toolkit/source/awt/xthrobber.cxx b/toolkit/source/awt/xthrobber.cxx index 96328cfd3e3a..01527839d75f 100644 --- a/toolkit/source/awt/xthrobber.cxx +++ b/toolkit/source/awt/xthrobber.cxx @@ -96,7 +96,6 @@ namespace toolkit bInit = true; } // TODO: XSimpleAnimation::ProcessWindowEvent - //::vos::OClearableGuard aGuard( GetMutex() ); //Reference< XSimpleAnimation > xKeepAlive( this ); //SpinButton* pSpinButton = static_cast< SpinButton* >( GetWindow() ); //if ( !pSpinButton ) -- cgit