sw/qa/extras/ooxmlexport/ooxmlw14export.cxx |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit f6f34e71b6e30c2cab03e1762f56ca14093e7d2d
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Oct 4 21:35:56 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Oct 5 08:18:02 2022 +0200

    CppunitTest_sw_ooxmlw14export: remove not needed mustTestImportOf()
    
    All of the test cases in this suite use CPPUNIT_TEST_FIXTURE() directly,
    so this is never called.
    
    Change-Id: I709edb7f1a3fcbe9383396f9a48fba728da2a431
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140952
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
index bc896ae5f638..0d777fdce6b7 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlw14export.cxx
@@ -14,15 +14,6 @@ class Test : public SwModelTestBase
 {
 public:
     Test() : SwModelTestBase("/sw/qa/extras/ooxmlexport/data/", "Office Open 
XML Text") {}
-
-protected:
-    /**
-     * Denylist handling
-     */
-    bool mustTestImportOf(const char* filename) const override {
-        // If the testcase is stored in some other format, it's pointless to 
test.
-        return o3tl::ends_with(filename, ".docx");
-    }
 };
 
 CPPUNIT_TEST_FIXTURE(Test, Test_TextEffects_GlowShadowReflection)

Reply via email to