diff options
Diffstat (limited to 'avmedia')
-rw-r--r-- | avmedia/source/framework/mediacontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avmedia/source/framework/mediacontrol.cxx b/avmedia/source/framework/mediacontrol.cxx index fc83dd1baa79..ddec4f90436d 100644 --- a/avmedia/source/framework/mediacontrol.cxx +++ b/avmedia/source/framework/mediacontrol.cxx @@ -74,7 +74,7 @@ MediaControl::MediaControl( vcl::Window* pParent, MediaControlStyle eControlStyl mxPlayToolBox->connect_clicked( LINK( this, MediaControl, implSelectHdl ) ); mxTimeSlider->connect_value_changed( LINK( this, MediaControl, implTimeHdl ) ); - // when changint the time, use this to do the time change after active scrolling + // when changing the time, use this to do the time change after active scrolling // has stopped for a little which maChangeTimeIdle.SetPriority( TaskPriority::LOWEST ); maChangeTimeIdle.SetInvokeHandler( LINK( this, MediaControl, implTimeEndHdl ) ); |