diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-07-07 23:02:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-07-08 14:00:23 +0200 |
commit | 3e0b956cfff8d8aedc86d5e29b711b3f420f53c8 (patch) | |
tree | 38fd7cf755921243d8ef53c1cd19893f97b69bb4 | |
parent | b1d93832e5f1d1a38d1a93f41753d15c134ca9f1 (diff) |
Fix typo
Change-Id: I00578ea5123709ad8eee02fb8bc0c9a58ae31af7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154205
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/view/tabview2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |