diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-05 00:57:58 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-05 08:46:05 +0000 |
commit | abe7425d44a2f367440da2d5d552d781e5511958 (patch) | |
tree | 69b01e35283c74e8a2f1759bf82847b275eb3340 /basegfx | |
parent | 08ae7b4cc0fa7eef178a6c2bb9a70e998701de82 (diff) |
Fix typo
Change-Id: I5b58180d4d048155b927156be1fb6fb22f0e657c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148265
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/tools/gradienttools.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/tools/gradienttools.cxx b/basegfx/source/tools/gradienttools.cxx index 5743f71ad980..9f147fd9b357 100644 --- a/basegfx/source/tools/gradienttools.cxx +++ b/basegfx/source/tools/gradienttools.cxx @@ -274,7 +274,7 @@ namespace basegfx (will be removed, 1st one wins) - will be sorted from lowest offset to highest - if all colors are the same, the content will - be reducved to a single entry with offset 0.0 + be reduced to a single entry with offset 0.0 (StartColor) Some more notes: |