sd/qa/unit/export-tests-ooxml1.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit cfe49a23bc3ac79117a120d0f661f98e384798e2 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed May 3 19:55:28 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed May 3 21:43:00 2023 +0200 Fix typo Change-Id: Iaf3db11f667f46a421726fee10ace21581fc3853 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151337 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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