summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-02 18:56:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-03 00:01:50 +0200
commit3b28713ef82829fd1958d1ecf8c29b7391af78f5 (patch)
tree284d9bc97215b73f3ac25c1b25e33a5ef237ebdb /sc
parent5a9bdcbb0dfd6f149d243cd69e158aa3ad70dd91 (diff)
Fix typos
Change-Id: I5c95e180681220fc592400435d90e4d46603d41c Reviewed-on: https://gerrit.libreoffice.org/76883 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/tabview2.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx
index 19d55eb882d4..2c3399ea844b 100644
--- a/sc/source/ui/view/tabview2.cxx
+++ b/sc/source/ui/view/tabview2.cxx
@@ -704,7 +704,7 @@ void ScTabView::GetAreaMoveEndPosition(SCCOL nMovX, SCROW nMovY, ScFollowMode eM
for ( i=0; i<-nMovY; i++ )
pDoc->FindAreaPos( nVirtualX, nNewY, nTab, SC_MOVE_UP );
- if (eMode==SC_FOLLOW_JUMP) // bottom right do not show to much grey
+ if (eMode==SC_FOLLOW_JUMP) // bottom right do not show too much grey
{
if (nMovX != 0 && nNewX == MAXCOL)
eMode = SC_FOLLOW_LINE;
@@ -1009,7 +1009,7 @@ void ScTabView::UpdateAllOverlays()
}
//!
-//! divide PaintBlock in to two methods: RepaintBlock and RemoveBlock or similar
+//! divide PaintBlock into two methods: RepaintBlock and RemoveBlock or similar
//!
void ScTabView::PaintBlock( bool bReset )