summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-07 16:21:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-08-07 23:08:59 +0200
commit255d7e562c729ed113336d635326cb84d98b8f4e (patch)
treedec852a77c8a5220ebcb4d4e82e4a36ba3ad618e /oox
parent621580eda6361c5a9f949ad7a16691abf632e370 (diff)
Fix typos
Change-Id: Ic28a1cdc779af9438555acd3bf85312e5e244fe6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100336 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/fillproperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx
index 7082cbee0186..d2485e02ddd3 100644
--- a/oox/source/drawingml/fillproperties.cxx
+++ b/oox/source/drawingml/fillproperties.cxx
@@ -528,7 +528,7 @@ void FillProperties::pushToPropMap( ShapePropertyMap& rPropMap,
}
auto aWidestSegmentEnd = std::next(aWidestSegmentStart);
- // Try to grow the widest segment forward: if a neext segment has the same
+ // Try to grow the widest segment forward: if a next segment has the same
// color, just different transparency, include it.
while (aWidestSegmentEnd != std::prev(aGradientStops.end()))
{