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

Ryan McCoskrie ryan.mccoskrie at gmail.com
Sun Sep 13 03:03:08 PDT 2015


 sc/source/ui/dbgui/sfiltdlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 12b9341e45f3b476c5ea9ac83845e53121e15876
Author: Ryan McCoskrie <ryan.mccoskrie at gmail.com>
Date:   Sun Sep 13 17:28:58 2015 +1200

    tdf#39468 - Translate German comments.
    
    Change-Id: Id1554b6ce3bee9596542863a77aadfe5fb7e3c94
    Reviewed-on: https://gerrit.libreoffice.org/18526
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx
index 53e6820..92753b0 100644
--- a/sc/source/ui/dbgui/sfiltdlg.cxx
+++ b/sc/source/ui/dbgui/sfiltdlg.cxx
@@ -401,7 +401,7 @@ IMPL_LINK_TYPED( ScSpecialFilterDlg, EndDlgHdl, Button*, pBtn, void )
 
 IMPL_LINK_TYPED( ScSpecialFilterDlg, TimeOutHdl, Idle*, _pIdle, void )
 {
-    // alle 50ms nachschauen, ob RefInputMode noch stimmt
+    // every 50ms check whether RefInputMode is still true
 
     if( (_pIdle == pIdle) && IsActive() )
     {


More information about the Libreoffice-commits mailing list