From 5915280c4193ba6a129ddb4f7ad911f106873ffa Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 19 Jul 2024 13:10:03 +0200 Subject: Fix typo Change-Id: I005cbaafeb3f630bd5e5713181aa1ea64ae22ee7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170757 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- svx/source/sdr/primitive2d/sdrdecompositiontools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx index b9652f72f8f9..d4ce74d1c025 100644 --- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx +++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx @@ -404,7 +404,7 @@ sal_uInt32 SlideBackgroundFillPrimitive2D::getPrimitive2DID() const if(!rFillGradient.isDefault()) { // SDPR: check early if we have a gradient and an alpha - // gradient that 'fits' in it's geometric definition + // gradient that 'fits' in its geometric definition // so that it can be rendered as RGBA directly. If yes, // create it and return early const bool bIncludeAlpha( -- cgit