sd/qa/unit/export-tests-ooxml4.cxx | 11 +++++++++++ 1 file changed, 11 insertions(+)
New commits: commit e6c057d045eb17ae4a6392e52aac8100cfb2513f Author: Xisco Fauli <[email protected]> AuthorDate: Thu Jan 8 11:48:32 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Fri Jan 9 12:12:55 2026 +0100 sd_export_tests-ooxml4: Add test for 3a933c3af6c8 Change-Id: I83d44e023755cd91916cda146b2f19728df1e7b6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196841 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/sd/qa/unit/export-tests-ooxml4.cxx b/sd/qa/unit/export-tests-ooxml4.cxx index 04b8aac09de9..60dea01f1b72 100644 --- a/sd/qa/unit/export-tests-ooxml4.cxx +++ b/sd/qa/unit/export-tests-ooxml4.cxx @@ -1388,6 +1388,17 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testTdf169941_internal_link_to_shapes) u"slide1.xml"); } +CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testEmptyAttrNameElement) +{ + createSdImpressDoc("odp/emptyChildTnLstElement.odp"); + + // Without the fix in place, this test would have failed with + // - Expected: 0 + // - Actual : 2 + // - validation error in OOXML export: Errors: 2 + saveAndReload(TestFilter::PPTX); +} + CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testPlaceHolderFitHeightToText) { createSdImpressDoc("pptx/tdf160487.pptx");
