sc/source/ui/view/tabvwsh4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3e069a6fd5bbbe56dc1bac2c57752405accd5344 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Sep 27 19:04:31 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Sep 27 23:26:51 2024 +0200 Fix typo Change-Id: I0e967db5c0d116528313c192cb4ea68c2bbe87e9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174063 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx index 60e0b6ab5ad3..3b9d5de6c9fe 100644 --- a/sc/source/ui/view/tabvwsh4.cxx +++ b/sc/source/ui/view/tabvwsh4.cxx @@ -1856,7 +1856,7 @@ uno::Reference<css::sheet::XSpreadsheet> ScTabViewShell::GetRangeWithSheet(css:: SCROW nStartRow = rRangeData.StartRow; SCROW nEndRow = rRangeData.EndRow; - // shrink to inersection of data and selection. If no intersection ==> return + // shrink to intersection of data and selection. If no intersection ==> return bHasData = GetViewData().GetDocument().ShrinkToDataArea(rRangeData.Sheet, nStartColumn, nStartRow, nEndColumn, nEndRow); rRangeData.StartColumn = nStartColumn;