sd/qa/unit/export-tests-ooxml4.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 502e9f5ad6f32a2136855ffd1806762752207350 Author: Justin Luth <[email protected]> AuthorDate: Thu Jan 8 17:18:47 2026 -0500 Commit: Justin Luth <[email protected]> CommitDate: Fri Jan 9 03:43:50 2026 +0100 fix build: qa save/Reload now need TestFilter instead of string Change-Id: Ib249dc84154781686a2788c36e6b1f019f93b61c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196898 Tested-by: Justin Luth <[email protected]> Reviewed-by: Justin Luth <[email protected]> diff --git a/sd/qa/unit/export-tests-ooxml4.cxx b/sd/qa/unit/export-tests-ooxml4.cxx index c851c99d5ceb..c75cf916a411 100644 --- a/sd/qa/unit/export-tests-ooxml4.cxx +++ b/sd/qa/unit/export-tests-ooxml4.cxx @@ -1862,7 +1862,7 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testFooterIdxConsistency) CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest4, testTdf169559) { createSdImpressDoc("pptx/tdf169524.pptx"); - save(u"Impress Office Open XML"_ustr); + save(TestFilter::PPTX); xmlDocUniquePtr pXmlDoc = parseExport(u"ppt/slideMasters/slideMaster1.xml"_ustr); assertXPath(
