chart2/qa/extras/chart2geometry.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit fb19566fa8d0dd8775fe27913c106a002f832d41 Author: Xisco Fauli <[email protected]> AuthorDate: Sat Feb 14 14:01:11 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Sat Feb 14 17:11:02 2026 +0100 chart2: no need to save twice in these tests Change-Id: I7e064b02b0dd2834dad27bab909f7a150b6416ac Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199373 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/chart2/qa/extras/chart2geometry.cxx b/chart2/qa/extras/chart2geometry.cxx index a49abdb13580..2dc144ffc374 100644 --- a/chart2/qa/extras/chart2geometry.cxx +++ b/chart2/qa/extras/chart2geometry.cxx @@ -219,7 +219,6 @@ void Chart2GeometryTest::testTdf128345ChartArea_CG_TS_import() = getXPathContent(pXmlDoc, sStylePath + "/style:graphic-properties/@draw:opacity-name"); // Verify the content of the opacity definition - save(TestFilter::ODP); xmlDocUniquePtr pXmlDoc2 = parseExport(u"Object 1/styles.xml"_ustr); CPPUNIT_ASSERT(pXmlDoc2); const OString sAttribute("@draw:name='" + OU2O(sOUOpacityName) + "'"); @@ -273,7 +272,6 @@ void Chart2GeometryTest::testTdf128345ChartWall_CS_TG_import() = getXPathContent(pXmlDoc, sStylePath + "/style:graphic-properties/@draw:opacity-name"); // Verify content of the opacity definition - save(TestFilter::ODP); xmlDocUniquePtr pXmlDoc2 = parseExport(u"Object 1/styles.xml"_ustr); CPPUNIT_ASSERT(pXmlDoc2); const OString sAttribute("@draw:name='" + OU2O(sOUOpacityName) + "'"); @@ -335,7 +333,6 @@ void Chart2GeometryTest::testTdf128345Legend_CS_TG_axial_import() = getXPathContent(pXmlDoc, sStylePath + "/style:graphic-properties/@draw:opacity-name"); // Verify content of the opacity definition - save(TestFilter::ODP); xmlDocUniquePtr pXmlDoc2 = parseExport(u"Object 1/styles.xml"_ustr); CPPUNIT_ASSERT(pXmlDoc2); const OString sAttribute("@draw:name='" + OU2O(sOUOpacityName) + "'");
