oox/qa/unit/mcgr.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit edd729c0e0825a375de0bfff3885c4b53e117124
Author: Xisco Fauli <[email protected]>
AuthorDate: Thu Nov 20 17:40:34 2025 +0100
Commit: Xisco Fauli <[email protected]>
CommitDate: Fri Nov 21 08:49:20 2025 +0100
oox_mcgr: drop validate call
it's no longer needed after
Change-Id: Ife35130043fd116af8661577802e6c670ce26ad1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194285
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <[email protected]>
diff --git a/oox/qa/unit/mcgr.cxx b/oox/qa/unit/mcgr.cxx
index 150be70ce862..8aef8769377a 100644
--- a/oox/qa/unit/mcgr.cxx
+++ b/oox/qa/unit/mcgr.cxx
@@ -65,7 +65,6 @@ CPPUNIT_TEST_FIXTURE(TestMCGR, testFontworkColorGradientWord)
assertXPathInsensitive(pXmlDoc, sPath + "w14:gs[2]/w14:srgbClr", "val",
u"ffff00");
assertXPath(pXmlDoc, sPath + "w14:gs[3]", "pos", u"100000");
assertXPathInsensitive(pXmlDoc, sPath + "w14:gs[3]/w14:srgbClr", "val",
u"00ffff");
- validate(maTempFile.GetFileName(), u"Office Open XML Text");
}
CPPUNIT_TEST_FIXTURE(TestMCGR, testTdf155825_SourcOffsetRangeDifferent)