basegfx/source/tools/gradienttools.cxx | 2 +- include/basegfx/utils/gradienttools.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit c2cc3e696e27f3ab218c56e90065f5c102ae50b6 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Apr 3 20:12:21 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Apr 3 20:32:21 2023 +0200 Fix typo Change-Id: I49fe9dbdc11291c02be1dd5e41171a987d896008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149997 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx index d1b5874e5b77..dc6e4dc3f66a 100644 --- a/basegfx/source/tools/gradienttools.cxx +++ b/basegfx/source/tools/gradienttools.cxx @@ -270,7 +270,7 @@ namespace basegfx The intensity values fStartIntensity, fEndIntensity are in the range of [0.0 .. 1.0] and describe how much the blend is supposed to be done at the start color position - and the end color position resprectively, where 0.0 means + and the end color position respectively, where 0.0 means to fully use the given BlendColor, 1.0 means to not change the existing color in the ColorStop. Every color entry in the given ColorStop is blended diff --git a/include/basegfx/utils/gradienttools.hxx b/include/basegfx/utils/gradienttools.hxx index dfa1f35b38c4..ea1802c291f8 100644 --- a/include/basegfx/utils/gradienttools.hxx +++ b/include/basegfx/utils/gradienttools.hxx @@ -202,7 +202,7 @@ namespace basegfx The intensity values fStartIntensity, fEndIntensity are in the range of [0.0 .. 1.0] and describe how much the blend is supposed to be done at the start color position - and the end color position resprectively, where 0.0 means + and the end color position respectively, where 0.0 means to fully use the given BlendColor, 1.0 means to not change the existing color in the ColorStop. Every color entry in the given ColorStop is blended