diff options
author | Chris <chris.sherlock79@gmail.com> | 2013-03-06 23:49:57 +1100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-03-06 13:06:13 +0000 |
commit | 031f383af9942312f1c25f5498fb0e88afe4c562 (patch) | |
tree | 1a4efb273bd0c0f9c172b2deffc92b21d4706760 | |
parent | fbb8d6b53b72bc9c2b937161bec4364378b38279 (diff) |
Translate German comment in idlemgr.cxx
Change-Id: Ic5506b8698d0458e3166994a165d4dd1a8f6173d
Reviewed-on: https://gerrit.libreoffice.org/2565
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
-rw-r--r-- | vcl/source/app/idlemgr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/idlemgr.cxx b/vcl/source/app/idlemgr.cxx index 7f023751d3b4..a9d0429cdf09 100644 --- a/vcl/source/app/idlemgr.cxx +++ b/vcl/source/app/idlemgr.cxx @@ -102,7 +102,7 @@ void ImplIdleMgr::RemoveIdleHdl( const Link& rLink ) } } - // keine Handdler mehr da + // there are no more handlers... if ( mpIdleList->empty() ) maTimer.Stop(); } |