diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-16 14:15:27 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-18 19:18:00 +0200 |
commit | 5cc3e2fa66b0e0320c1a961594c68ea5338bbfbc (patch) | |
tree | 3bfda4cd12f4d5f9b18502608b6c1dca5ba609d7 /svx/source | |
parent | a72988bfdbbe7c9d5e27402670dc631384127a5e (diff) |
Fix typo
Change-Id: Ia6ea67804f637cf89db9569a47fbaf7cca4049ba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170576
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/sdr/primitive2d/sdrdecompositiontools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |