From 2150414400400efe76fc103286bf2abafccd8fd7 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Apr 2023 12:06:10 +0200 Subject: Fix typo Change-Id: I9ff6b3a0720e9edec11edc0c81ba2995a3aad5e8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150401 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- oox/source/drawingml/fillproperties.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source') 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 -- cgit