[Libreoffice-commits] core.git: vcl/source

Chris chris.sherlock79 at gmail.com
Wed Mar 6 05:06:32 PST 2013


 vcl/source/app/idlemgr.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 031f383af9942312f1c25f5498fb0e88afe4c562
Author: Chris <chris.sherlock79 at gmail.com>
Date:   Wed Mar 6 23:49:57 2013 +1100

    Translate German comment in idlemgr.cxx
    
    Change-Id: Ic5506b8698d0458e3166994a165d4dd1a8f6173d
    Reviewed-on: https://gerrit.libreoffice.org/2565
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/vcl/source/app/idlemgr.cxx b/vcl/source/app/idlemgr.cxx
index 7f02375..a9d0429 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();
 }


More information about the Libreoffice-commits mailing list