diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-05-03 19:55:51 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-05-09 19:25:18 +0200 |
commit | 91bdd2fa1a8d602a2af26dfbc38cdd09f2e8394e (patch) | |
tree | fc7e2465c8e6d1d51bca7be495949ded1ca6e1da /oox/source | |
parent | 94aba9289af06b3a18f143d1253467f32c4af2cd (diff) |
Fix typo
Change-Id: I38877f928fd6943afa1a6c17d8225caef8411d1b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151338
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox/source')
-rw-r--r-- | oox/source/export/drawingml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index ad07308ada62..9f705a20cf9e 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -860,7 +860,7 @@ void DrawingML::WriteGradientFill( // Caution: do not add 1st entry again, that would be double since it was // already added as last element of the inverse run above. But only if // the gradient has a start entry for 0.0 aka StartColor, else it is correct. - // Since aColorStops and aAlphaStops are already syched (see + // Since aColorStops and aAlphaStops are already synched (see // synchronizeColorStops above), testing one of them is sufficient here. aCurrColor++; aCurrAlpha++; |