From bb3f9cc58d9cbd896722cc1b2d6b4d5e0f0ec433 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 9 Mar 2023 13:59:05 +0100 Subject: Fix typo Change-Id: I7508ed457b2aa17bb199b135c6dff89909d4729a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148543 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- oox/source/drawingml/fontworkhelpers.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox/source') 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 -- cgit