summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r--sc/source/ui/view/gridwin.cxx4
1 files changed, 2 insertions, 2 deletions
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