diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-06-09 13:25:36 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-06-09 17:57:39 +0200 |
commit | cdc015ffd4b2460a9235db72a5411c421ab0e2d4 (patch) | |
tree | f7eafe3ba6224f32b97824673f158e20d4fa1769 /basegfx | |
parent | e1dcf9464e56c0eee9f662f82928b3f99ba78217 (diff) |
Fix typo
Change-Id: Iaebe55927771985a6b574b2cb9410b0eb75441e1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152789
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/bgradient.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/bgradient.cxx b/basegfx/source/tools/bgradient.cxx index 61a58b5e3cdb..d46530074787 100644 --- a/basegfx/source/tools/bgradient.cxx +++ b/basegfx/source/tools/bgradient.cxx @@ -749,7 +749,7 @@ void BColorStops::doApplySteps(sal_uInt16 nStepCount) if (!basegfx::fTools::equalZero(fDelta)) { - // create in-between steps, always two at the same positon to + // create in-between steps, always two at the same position to // define a 'hard' color stop. Get start/end color for the segment const basegfx::BColor& rStartColor(aColorL->getStopColor()); const basegfx::BColor& rEndColor(aColorR->getStopColor()); |