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

New commits:
commit 5cc3e2fa66b0e0320c1a961594c68ea5338bbfbc
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Jul 16 14:15:27 2024 +0200
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Thu Jul 18 19:18:00 2024 +0200

    Fix typo
    
    Change-Id: Ia6ea67804f637cf89db9569a47fbaf7cca4049ba
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170576
    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 cd3588270162..79bc74bf28a5 100644
--- a/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
+++ b/svx/source/sdr/primitive2d/sdrdecompositiontools.cxx
@@ -406,7 +406,7 @@ sal_uInt32 
SlideBackgroundFillPrimitive2D::getPrimitive2DID() const
                 && rFillGradient.sameDefinitionThanAlpha(rAlphaGradient))
             {
                 // if yes, create a primitive expressing that. That primitive's
-                // decomnpose will do the same as if the code below would be 
executed,
+                // decompose will do the same as if the code below would be 
executed,
                 // so no primitive renderer who does not want to will have to 
handle
                 // it - but SDPR renderers that can directly render that may 
choose to
                 // do so. NOTE: That helper primitive just holds references to 
what

Reply via email to