summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-05-03 19:55:28 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-05-03 21:43:00 +0200
commitcfe49a23bc3ac79117a120d0f661f98e384798e2 (patch)
tree43a47bc98fd6fa629c8c12b53c52b9574d882401 /sd
parenta4e8c663b613fcd2ec26211faedb6e703f27806b (diff)
Fix typo
Change-Id: Iaf3db11f667f46a421726fee10ace21581fc3853 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151337 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/export-tests-ooxml1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/export-tests-ooxml1.cxx b/sd/qa/unit/export-tests-ooxml1.cxx
index b9f1fb7a9412..703eac601174 100644
--- a/sd/qa/unit/export-tests-ooxml1.cxx
+++ b/sd/qa/unit/export-tests-ooxml1.cxx
@@ -1222,7 +1222,7 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest1, testTdf94238)
// - aGradient.Border was 0
CPPUNIT_ASSERT_EQUAL(awt::GradientStyle_RADIAL, aGradient.Style);
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int16>(100), aGradient.YOffset);
- // MCGR: 39->0 no border needed anyore with ooxml import
+ // MCGR: 39->0 no border needed anymore with ooxml import
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int16>(0), aGradient.Border);
// MCGR: Use the completely imported gradient to check for correctness