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

New commits:
commit b87685a7dd70efd707145e716056e9d4e56ce1e7
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Sep 6 20:11:48 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Sep 7 08:26:30 2022 +0200

    CppunitTest_sw_ooxmlencryption: remove not needed mustTestImportOf()
    
    See commit a226cec52e536c46e03f57a5f1f7931abbeb0cdd
    (CppunitTest_sw_rtfimport: convert one testcase to use
    CPPUNIT_TEST_FIXTURE(), 2019-11-05) for motivation.
    
    All the tests in this suite are docx files, so this was an unnecessary
    override.
    
    Change-Id: I519599abd5081ec68c9603befbb16794dd5696b9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139532
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlencryption.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlencryption.cxx
index 2472a7bd3969..1c15b6efa3fc 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlencryption.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlencryption.cxx
@@ -17,12 +17,6 @@ public:
         : SwModelTestBase("/sw/qa/extras/ooxmlexport/data/", "Office Open XML 
Text")
     {
     }
-
-protected:
-    bool mustTestImportOf(const char* filename) const override
-    {
-        return o3tl::ends_with(filename, ".docx");
-    }
 };
 
 DECLARE_SW_ROUNDTRIP_TEST(testPasswordMSO2007, "Encrypted_MSO2007_abc.docx", 
"abc", Test)

Reply via email to