vcl/source/helper/canvastools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a813ada3f763a742aba23ec78fa89ed2eb0a360f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat May 11 08:12:54 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat May 11 10:20:26 2019 +0200 Fix typo Change-Id: I6afc443ced9f4a6a436d9ba5beea22d1701c5d1e Reviewed-on: https://gerrit.libreoffice.org/72143 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/vcl/source/helper/canvastools.cxx b/vcl/source/helper/canvastools.cxx index c3e15b3c697a..495038e4ecd1 100644 --- a/vcl/source/helper/canvastools.cxx +++ b/vcl/source/helper/canvastools.cxx @@ -399,7 +399,7 @@ namespace vcl basegfx::B2DRange b2DRectangleFromRectangle( const ::tools::Rectangle& rRect ) { - // although B2DRange internally has separate heigh/width emptiness, it doesn't + // although B2DRange internally has separate height/width emptiness, it doesn't // expose any API to let us set them separately, so just do the best we can. if (rRect.IsWidthEmpty() && rRect.IsHeightEmpty()) return basegfx::B2DRange( basegfx::B2DTuple( rRect.Left(), rRect.Top() ) ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits