oox/source/drawingml/fillproperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2150414400400efe76fc103286bf2abafccd8fd7 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Apr 14 12:06:10 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Apr 14 14:27:25 2023 +0200 Fix typo Change-Id: I9ff6b3a0720e9edec11edc0c81ba2995a3aad5e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150401 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index a9f105e32521..d4e691338ea6 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -582,7 +582,7 @@ void FillProperties::pushToPropMap(ShapePropertyMap& rPropMap, const GraphicHelp // Be aware thet 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 transfered, so (b) + // be cases where just awt::Gradient is transferred, so (b) // is far better backwards compatible and thus more safe, so // all changes will make use of additionally using/setting // these additionally, but will only make use of the given