diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-19 13:10:03 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-07-19 17:14:07 +0200 |
commit | 5915280c4193ba6a129ddb4f7ad911f106873ffa (patch) | |
tree | d06dc4005309458e89bb6b26451bad2367a927ce /svx | |
parent | 2648907f51e230627f3a5b767b19985231a68412 (diff) |
Fix typo
Change-Id: I005cbaafeb3f630bd5e5713181aa1ea64ae22ee7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170757
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'svx')
-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 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( |