summaryrefslogtreecommitdiffstats
path: root/vcl/source/app/idlemgr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/app/idlemgr.cxx')
-rw-r--r--vcl/source/app/idlemgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/idlemgr.cxx b/vcl/source/app/idlemgr.cxx
index 7548b5ca62f6..45038abedb83 100644
--- a/vcl/source/app/idlemgr.cxx
+++ b/vcl/source/app/idlemgr.cxx
@@ -92,7 +92,7 @@ sal_Bool ImplIdleMgr::InsertIdleHdl( const Link& rLink, sal_uInt16 nPriority )
mpIdleList->push_back( pIdleData );
}
- // Wenn Timer noch nicht gestartet ist, dann starten
+ // if Timer was not started already then start it now
if ( !maTimer.IsActive() )
maTimer.Start();