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.thuswald...@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 <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits