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

Albert Thuswaldner albert.thuswaldner at gmail.com
Mon Oct 12 06:46:57 PDT 2015


 sc/source/ui/view/dbfunc3.cxx |    2 +-
 sc/source/ui/view/gridwin.cxx |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit cd9e1d918ed6bc5ab475c1cc7c87aa6e6b507ed3
Author: Albert Thuswaldner <albert.thuswaldner at gmail.com>
Date:   Sat Oct 10 00:09:54 2015 +0200

    tdf#39468 additional comments translated in dbfunc3.cxx and grindwin.cxx
    
    Change-Id: I0d610a49adc0e87ff1a4e98244cb14f585239586
    Reviewed-on: https://gerrit.libreoffice.org/19291
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx
index 6755a4d..b57419d 100644
--- a/sc/source/ui/view/dbfunc3.cxx
+++ b/sc/source/ui/view/dbfunc3.cxx
@@ -2176,7 +2176,7 @@ void ScDBFunc::RepeatDB( bool bRecord )
             else
                 Query( aQueryParam, NULL, false );
 
-            //  bei nicht-inplace kann die Tabelle umgestellt worden sein
+            // if not inplace the sheet may have changed
             if ( !aQueryParam.bInplace && aQueryParam.nDestTab != nTab )
                 SetTabNo( nTab );
         }
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 5c6cb5e..21640bf 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -3420,7 +3420,7 @@ void ScGridWindow::KeyInput(const KeyEvent& rKEvt)
         pViewData->GetView()->UpdateCopySourceOverlay();
         return;
     }
-    // wenn semi-Modeless-SfxChildWindow-Dialog oben, keine KeyInputs:
+    // if semi-modeless SfxChildWindow dialog above, then no KeyInputs:
     else if( !pViewData->IsAnyFillMode() )
     {
         if (rKeyCode.GetCode() == KEY_ESCAPE)
@@ -5249,7 +5249,7 @@ void ScGridWindow::RFMouseMove( const MouseEvent& rMEvt, bool bUp )
         // only redrawing what has been changed...
         lcl_PaintRefChanged( pDocSh, aOld, aNew );
 
-        // oly redraw new frame (synchronously)
+        // only redraw new frame (synchronously)
         pDocSh->Broadcast( ScIndexHint( SC_HINT_SHOWRANGEFINDER, nRFIndex ) );
 
         Update();   // what you move, will be seen immediately


More information about the Libreoffice-commits mailing list