sc/source/ui/view/tabview2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3e0b956cfff8d8aedc86d5e29b711b3f420f53c8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Jul 7 23:02:49 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jul 8 14:00:23 2023 +0200 Fix typo Change-Id: I00578ea5123709ad8eee02fb8bc0c9a58ae31af7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154205 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx index 442dc92ccb73..de7e0447b561 100644 --- a/sc/source/ui/view/tabview2.cxx +++ b/sc/source/ui/view/tabview2.cxx @@ -602,7 +602,7 @@ void ScTabView::MarkCursor( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, rDocument.ExtendMerge(cellSel); } while (oldSel != cellSel); - // Preserve the directionallity of the selection + // Preserve the directionality of the selection if (nCurX >= nBlockStartXOrig) { nBlockStartX = cellSel.aStart.Col();