oox/source/drawingml/fontworkhelpers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb3f9cc58d9cbd896722cc1b2d6b4d5e0f0ec433 Author: Andrea Gelmini <[email protected]> AuthorDate: Thu Mar 9 13:59:05 2023 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sat Mar 11 05:35:10 2023 +0000 Fix typo Change-Id: I7508ed457b2aa17bb199b135c6dff89909d4729a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148543 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/oox/source/drawingml/fontworkhelpers.cxx b/oox/source/drawingml/fontworkhelpers.cxx index 7c84f7e6bd86..403dceb4788e 100644 --- a/oox/source/drawingml/fontworkhelpers.cxx +++ b/oox/source/drawingml/fontworkhelpers.cxx @@ -1425,7 +1425,7 @@ void FontworkHelpers::createCharInteropGrabBagUpdatesFromShapeProps( rXPropSet->getPropertyValue(u"FillStyle") >>= eFillStyle; // We might have a solid fill but a transparency gradient. That needs to be exported as gradFill - // too, because Word has transparency not separat but in the color stops in a color gradient. + // too, because Word has transparency not separated but in the color stops in a color gradient. // A gradient exists, if the GradientName is not empty. OUString sTransparenceGradientName; if (eFillStyle == drawing::FillStyle_SOLID
