diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-04-14 12:05:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-04-14 14:28:13 +0200 |
commit | a47829dd9af35d31bb38a52e07a32a7e452d4ab3 (patch) | |
tree | e0b07c5b4b1e3edce511c401cd70a68a14b93aec /oox | |
parent | 3e8a356f5ca00d875981b0f4279894c569bcc694 (diff) |
Fix typo
Change-Id: Ib001ad971640f6e76a8e58549edbe3fb4b248e6f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150400
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/fillproperties.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index d4e691338ea6..963d5f6e449d 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -579,7 +579,7 @@ void FillProperties::pushToPropMap(ShapePropertyMap& rPropMap, const GraphicHelp // (a) ignored consequently everywhere or // (b) be set/added consequently everywhere // since this is - in principle - redundant data. - // Be aware thet e.g. cases like DrawingML::EqualGradients + // Be aware that e.g. cases like DrawingML::EqualGradients // and others would have to be identified and adapted (!) // Since awt::Gradient2 is UNO API data there might // be cases where just awt::Gradient is transferred, so (b) |