diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 15:46:17 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 19:55:38 -0500 |
commit | 08be4cfe51342b5b08511951b9c5ff13b3eeee8d (patch) | |
tree | 9a5394379bda57ec3d52f499a71898da0aea995f /toolkit | |
parent | 854ff7bfc802d47d2a7419f7185af069a216b0bd (diff) |
convert vos/process.hxx and related API
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/xsimpleanimation.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/xthrobber.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
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 ) |