diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-17 18:01:41 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-04-17 20:39:46 +0200 |
commit | 5713871497f81bd4b4196a217c9084f2db3e6614 (patch) | |
tree | 6746ce1f395b278e3a154817be4c96332ecb7b17 /oox | |
parent | 60022965ce3791e578468b366baf33c64338a388 (diff) |
Fix typos
Change-Id: Idfb50721c4844de4354a4ab65d41b15529fe7c69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150525
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/export/drawingml.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/export/drawingml.cxx b/oox/source/export/drawingml.cxx index 58b2b1fbb2a7..9f02652f2b04 100644 --- a/oox/source/export/drawingml.cxx +++ b/oox/source/export/drawingml.cxx @@ -910,7 +910,7 @@ void DrawingML::WriteGradientFill2( basegfx::ColorStops aNewColorStops; basegfx::ColorStops aNewAlphaStops; - // add mirrored gadients, scaled to [0.0 .. 0.5] + // add mirrored gradients, scaled to [0.0 .. 0.5] basegfx::ColorStops::const_reverse_iterator aRevCurrColor(aColorStops.rbegin()); basegfx::ColorStops::const_reverse_iterator aRevCurrAlpha(aAlphaStops.rbegin()); @@ -947,7 +947,7 @@ void DrawingML::WriteGradientFill2( // case awt::GradientStyle_RECT: // case awt::GradientStyle_SQUARE: { - // all these types need the gadiens to be mirrored + // all these types need the gradients to be mirrored basegfx::utils::reverseColorStops(aColorStops); basegfx::utils::reverseColorStops(aAlphaStops); |