summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-15 23:44:01 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-16 09:47:25 +0200
commit68655b362f8129f6f3762bf7926690c1a40c9821 (patch)
treeff32d4b5e103a10fc75bffd7031eff1cf777873d /basegfx
parent92159c4b2eb4c588b4c2505bae2be036bafc0372 (diff)
Fix typo
Change-Id: Id590b13237bc148dac955d6f4d56092f86d1dd16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151817 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/source/tools/bgradient.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/bgradient.cxx b/basegfx/source/tools/bgradient.cxx
index f2e7d90190a9..134fda548ece 100644
--- a/basegfx/source/tools/bgradient.cxx
+++ b/basegfx/source/tools/bgradient.cxx
@@ -683,7 +683,7 @@ BGradient::BGradient(const css::uno::Any& rVal)
SetEndIntens(aGradient.EndIntensity);
SetSteps(aGradient.StepCount);
- // complete data by creating ColorStops from fixe Start/EndColor
+ // complete data by creating ColorStops from fixed Start/EndColor
aColorStops = BColorStops{
BColorStop(0.0, ColorToBColorConverter(aGradient.StartColor).getBColor()),
BColorStop(1.0, ColorToBColorConverter(aGradient.EndColor).getBColor())