sfx2/source/dialog/infobar.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 06f5e9160c0adfbaf60dadbb2751ec32163a5914 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jul 24 22:41:11 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Aug 5 10:17:10 2023 +0200 Fix typo Change-Id: Ic705d2b943b84a7589f4b2c7389a4a034b03770f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154877 Tested-by: Jenkins Reviewed-by: Patrick Luby <plub...@neooffice.org> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sfx2/source/dialog/infobar.cxx b/sfx2/source/dialog/infobar.cxx index 778b5e9b140e..2ab8704c1da4 100644 --- a/sfx2/source/dialog/infobar.cxx +++ b/sfx2/source/dialog/infobar.cxx @@ -114,8 +114,8 @@ void SfxInfoBarWindow::SetCloseButtonImage() drawinglayer::primitive2d::Primitive2DContainer aSeq(2); - // Draw backround. The right and bottom need to be extended by 1 or - // there will be a white line on both edges. + // Draw background. The right and bottom need to be extended by 1 or + // there will be a white line on both edges when Skia is enabled. B2DPolygon aPolygon; aPolygon.append(B2DPoint(aRect.Left(), aRect.Top())); aPolygon.append(B2DPoint(aRect.Right() + 1, aRect.Top()));