summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
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())