diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-03-09 13:59:05 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-03-11 05:35:10 +0000 |
commit | bb3f9cc58d9cbd896722cc1b2d6b4d5e0f0ec433 (patch) | |
tree | aa84168e130c12f48f9f0f22de2aca447bbc5fe9 /oox | |
parent | 8013fce4c98e0e85e3fbc7d435d49217cf188258 (diff) |
Fix typo
Change-Id: I7508ed457b2aa17bb199b135c6dff89909d4729a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148543
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/fontworkhelpers.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |