diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-26 14:28:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-26 22:43:17 +0200 |
commit | 75cca3bdea8e929bdca590710dc3f44481a72ace (patch) | |
tree | 513fa93883c932862070ff8c050f21ee33dd456a /include/basegfx/utils | |
parent | 0165b92f8c0980a3c5c4e2d6c77818ee02b73d47 (diff) |
Fix typo
Change-Id: I7d6dd38b15df7e18775bc94a64aec215d2106c46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152307
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/basegfx/utils')
-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 6fc51adc0e37..f2c0de9aa8b4 100644 --- a/include/basegfx/utils/gradienttools.hxx +++ b/include/basegfx/utils/gradienttools.hxx @@ -191,7 +191,7 @@ namespace basegfx on given SingleColor. This is used for export preparations in case these exports do neither support Start/EndIntensity nor Border settings, - both will be elliminated if possible (see below). + both will be eliminated if possible (see below). The BGradient rGradient and BColorStops& rColorStops are both return parameters and may be changed. This will do quite some preparations for the gradient |