diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-14 12:10:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-14 14:24:39 +0200 |
commit | ac9cdc995bc0f8f43ec2c4ad2e509b440f5b1b68 (patch) | |
tree | 531912a406ed3e9d1b869923425612b47d6f90b5 /include/basegfx/utils | |
parent | fe65fdce9468c87767364a2a7d0ce4025cbdd093 (diff) |
Fix typos
Change-Id: I2b087d0f97c675cfedd4e2e78c7f827df4605fb0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150407
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx/utils')
-rw-r--r-- | include/basegfx/utils/gradienttools.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basegfx/utils/gradienttools.hxx b/include/basegfx/utils/gradienttools.hxx index 4e78ad2ff960..419a31b86a1b 100644 --- a/include/basegfx/utils/gradienttools.hxx +++ b/include/basegfx/utils/gradienttools.hxx @@ -223,9 +223,9 @@ namespace basegfx this is the case) and return with empty ColorStops - It will blend ColorStops to Intensity if StartIntensity/ EndIntensity != 100 is set in awt::Gradient2, so applying - that value(s) to the gadient directly + that value(s) to the gradient directly - It will adapt to Border if Border != 0 is set at the - given awt::Gradient2, so applying that value to the gadient + given awt::Gradient2, so applying that value to the gradient directly */ BASEGFX_DLLPUBLIC void prepareColorStops( |