sc/source/ui/view/tabview3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d44ab156f4642f16837e9858c47c80730da15ad9 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 28 19:52:57 2025 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu May 29 09:51:38 2025 +0200 Fix typo Change-Id: I658c9dc1bea7d8652e0fdfc3756816d536453e4d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/185978 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx index 15d7a85e6f8a..497da7c9dd5f 100644 --- a/sc/source/ui/view/tabview3.cxx +++ b/sc/source/ui/view/tabview3.cxx @@ -2468,7 +2468,7 @@ drawinglayer::primitive2d::Primitive2DContainer ScTextEditOverlayObject::getOver // create outline polygon. Shrink by 1px due to working // with pixel positions one cell right and below. We are // in discrete (pixel) coordinates with start/end here, - // so just substract '1' from x and y to do that + // so just subtract '1' from x and y to do that basegfx::B2DPolyPolygon aOutline(basegfx::utils::createPolygonFromRect( basegfx::B2DRange( aStart.X(), aStart.Y(),