svx/source/sdr/primitive2d/sdrdecompositiontools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5915280c4193ba6a129ddb4f7ad911f106873ffa
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 19 13:10:03 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Fri Jul 19 17:14:07 2024 +0200

    Fix typo
    
    Change-Id: I005cbaafeb3f630bd5e5713181aa1ea64ae22ee7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170757
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

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(

Reply via email to