diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-14 12:08:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-14 14:25:05 +0200 |
commit | 9fa1eb12d8a1b86a25dfb9aaa9734de522a00ada (patch) | |
tree | 72edffbd41ce9bd21d13a935020457c9d12b8b3a /include/basegfx | |
parent | ac9cdc995bc0f8f43ec2c4ad2e509b440f5b1b68 (diff) |
Fix typo
Change-Id: I9ba81b030e6ed0ebb6207a0124a52ec8a38de832
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150405
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx')
-rw-r--r-- | include/basegfx/utils/gradienttools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/utils/gradienttools.hxx b/include/basegfx/utils/gradienttools.hxx index 419a31b86a1b..dd5fc90d7372 100644 --- a/include/basegfx/utils/gradienttools.hxx +++ b/include/basegfx/utils/gradienttools.hxx @@ -245,7 +245,7 @@ namespace basegfx the given SingleAlpha as value. At return it guarantees that both have the same number of entries with the same StopOffsets, so - that synchonized pair of ColorStops can e.g. be used + that synchronized pair of ColorStops can e.g. be used to export a Gradient with defined/adapted alpha being 'coupled' indirectly using the 'FillTransparenceGradient' method (at import time). |