diff options
author | Albert Thuswaldner <albert.thuswaldner@gmail.com> | 2015-10-10 00:09:54 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-10-12 13:46:37 +0000 |
commit | cd9e1d918ed6bc5ab475c1cc7c87aa6e6b507ed3 (patch) | |
tree | 38da6e82d511db365009f0689cb534f9d224c494 /sc/source/ui/view | |
parent | c985afb0e1af8a243a31886ba9d2e75fd203940d (diff) |
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@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sc/source/ui/view')
-rw-r--r-- | sc/source/ui/view/dbfunc3.cxx | 2 | ||||
-rw-r--r-- | sc/source/ui/view/gridwin.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
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 |