From cd9e1d918ed6bc5ab475c1cc7c87aa6e6b507ed3 Mon Sep 17 00:00:00 2001 From: Albert Thuswaldner Date: Sat, 10 Oct 2015 00:09:54 +0200 Subject: 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 Tested-by: Adolfo Jayme Barrientos --- sc/source/ui/view/dbfunc3.cxx | 2 +- sc/source/ui/view/gridwin.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/view') diff --git a/sc/source/ui/view/dbfunc3.cxx b/sc/source/ui/view/dbfunc3.cxx index 6755a4dd1c37..b57419d930e2 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 5c6cb5e24e13..21640bfd496e 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 -- cgit