sd/qa/unit/export-tests.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit f59df076f6d29f971e72d4dee95d8392752c655d
Author:     Mike Kaganski <[email protected]>
AuthorDate: Thu Oct 16 12:09:52 2025 +0200
Commit:     Mike Kaganski <[email protected]>
CommitDate: Thu Oct 16 13:26:58 2025 +0200

    This line shouldn't affect the test
    
    AFAICS, neither `save`, nor `parseExportedFile` make use of the import
    filter name.
    
    Change-Id: I0f2aee2c5880d4334c8ff4c99efb0f5f5ff94d9e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192485
    Reviewed-by: Mike Kaganski <[email protected]>
    Tested-by: Jenkins

diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index 74194758fc5a..0277d2127f3f 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -1121,7 +1121,6 @@ CPPUNIT_TEST_FIXTURE(SdExportTest, testExplodedPdfHindi)
     loadFromFile(u"pdf/BasicHindi.pdf");
 
     
setFilterOptions("{\"DecomposePDF\":{\"type\":\"boolean\",\"value\":\"true\"}}");
-    setImportFilterName(u"OpenDocument Drawing Flat XML"_ustr);
     save(u"OpenDocument Drawing Flat XML"_ustr);
 
     xmlDocUniquePtr pXmlDoc = parseExportedFile();

Reply via email to