xmloff/source/style/GradientStyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c58ff5befa4c9704ab54f365811af4beeea384a8 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 31 19:26:21 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 31 21:03:54 2023 +0200 Fix typo Change-Id: I9c58980de73dc2f00802f0d589d0c6fafe11d16a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152460 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/xmloff/source/style/GradientStyle.cxx b/xmloff/source/style/GradientStyle.cxx index fb1fc68fb077..7598074fc409 100644 --- a/xmloff/source/style/GradientStyle.cxx +++ b/xmloff/source/style/GradientStyle.cxx @@ -231,7 +231,7 @@ void XMLGradientStyleExport::exportXML( // MCGR: For better compatibility with LO versions before MCGR, try // to re-create a 'border' value based on the existing gradient stops. // With MCGR we do not need 'border' anymore in quite some cases since - // no Start/EndColor at 0.0 resp. 1.0 is explicitely needed. Since we + // no Start/EndColor at 0.0 resp. 1.0 is explicitly needed. Since we // (unfortunately need to) internally continue to support border // anyways it does no harm to fallback to use the border value - if // there is an equivalent representation as this helper checks for.