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

New commits:
commit 3c3f41dc11957c1ee8e8e06fbf197cae28d7671b
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Sep 27 20:04:00 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Sep 28 08:21:14 2022 +0200

    CppunitTest_sw_ooxmllinks: remove not needed mustTestImportOf()
    
    All of the test files are docx files, so the stock
    SwModelTestBase::mustTestImportOf() does what we need.
    
    Change-Id: Ic1f1db76b24a94c3d5d5e65f882a7b6d0a25febf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140664
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/qa/extras/ooxmlexport/ooxmllinks.cxx 
b/sw/qa/extras/ooxmlexport/ooxmllinks.cxx
index eac63c3bcf40..79dd0dc7e540 100644
--- a/sw/qa/extras/ooxmlexport/ooxmllinks.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmllinks.cxx
@@ -99,16 +99,6 @@ public:
         : 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");
-    }
 };
 
 /* IMPORT */

Reply via email to