summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-31 19:26:21 +0200
committerAndras Timar <andras.timar@collabora.com>2023-06-04 16:34:11 +0200
commit8e3ae003634fcf3f36d7202e604be4ba134cf526 (patch)
treec1a3764abc123b39ab7452a2f0c5f0f27bbd2753 /xmloff
parent5e93d1d53631b1c188977b35c7c6d25416dcad3d (diff)
Fix typo
Change-Id: I9c58980de73dc2f00802f0d589d0c6fafe11d16a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152460 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/GradientStyle.cxx2
1 files changed, 1 insertions, 1 deletions
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.