diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-14 12:08:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-14 14:25:29 +0200 |
commit | c1f7b5e8fcefdacb268c49a6a9ad168e3610b293 (patch) | |
tree | 7cb56fe6080e8825aaeb99a2df749637614064b2 /include | |
parent | 9fa1eb12d8a1b86a25dfb9aaa9734de522a00ada (diff) |
Fix typos
Change-Id: Id3dd5a8386906b0b17a0c5934381782ecb7cd25a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150404
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-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 dd5fc90d7372..f75f64ec20f3 100644 --- a/include/basegfx/utils/gradienttools.hxx +++ b/include/basegfx/utils/gradienttools.hxx @@ -237,10 +237,10 @@ namespace basegfx The intention is that a color GradientStops and an alpha/transparence GradientStops gets synchronized for export. - Fo the corrections the single values for color and + For the corrections the single values for color and alpha may be used, e.g. when ColorStops is given and not empty, but AlphaStops is empty, it will get - sycronized so that it will have the same number and + synchronized so that it will have the same number and offsets in AlphaStops as in ColorStops, but with the given SingleAlpha as value. At return it guarantees that both have the same |