summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-06-16 17:22:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-06-16 18:38:48 +0200
commit52c34f4e84c5125e2a3c72b57a3c4d30a593debd (patch)
treecad9f2ccc276c3e7b71bcd85b04daf0db70e0640 /oox
parent8d52aac82344c0198a42ea104fb4fb9b157d8ea4 (diff)
Fix typo
Change-Id: I05a77aedfed9ea8dffed134d6748151c88dc4c7a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153184 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/mcgr.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/qa/unit/mcgr.cxx b/oox/qa/unit/mcgr.cxx
index aa7208a32a62..477c0b9283ee 100644
--- a/oox/qa/unit/mcgr.cxx
+++ b/oox/qa/unit/mcgr.cxx
@@ -92,7 +92,7 @@ CPPUNIT_TEST_FIXTURE(TestMCGR, testStepCount)
// The default way of load and save would have produced 2 stops, but we need start stop, end stop
// and 3*2 inner stops.
assertXPath(pXmlDoc, sPath + "a:gs", 8);
- // A sharp color changes nees a pair of two stops with same offset.
+ // A sharp color changes needs a pair of two stops with same offset.
assertXPath(pXmlDoc, sPath + "a:gs[@pos='25000']", 2);
assertXPath(pXmlDoc, sPath + "a:gs[@pos='50000']", 2);
assertXPath(pXmlDoc, sPath + "a:gs[@pos='75000']", 2);
@@ -105,4 +105,4 @@ CPPUNIT_TEST_FIXTURE(TestMCGR, testStepCount)
CPPUNIT_PLUGIN_IMPLEMENT();
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */