Kaydet (Commit) cd9e1d91 authored tarafından Albert Thuswaldner's avatar Albert Thuswaldner Kaydeden (comit) Adolfo Jayme Barrientos

tdf#39468 additional comments translated in dbfunc3.cxx and grindwin.cxx

Change-Id: I0d610a49adc0e87ff1a4e98244cb14f585239586
Reviewed-on: https://gerrit.libreoffice.org/19291Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst c985afb0
......@@ -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 );
}
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment