sw/qa/extras/ooxmlexport/ooxmlexport_template.cxx | 6 ------ 1 file changed, 6 deletions(-)
New commits: commit 1b705ea0e912604a5a7e35c9dd3c861da1c362c4 Author: Miklos Vajna <[email protected]> AuthorDate: Wed Sep 14 20:10:46 2022 +0200 Commit: Miklos Vajna <[email protected]> CommitDate: Thu Sep 15 08:30:37 2022 +0200 CppunitTest_sw_ooxmlexport_template: 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 use CPPUNIT_TEST_FIXTURE() already, so this is never called. Change-Id: I9f0c868b3fdcc17ed7c6240afa90d7fa3a374ecf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139951 Tested-by: Jenkins Reviewed-by: Miklos Vajna <[email protected]> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport_template.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport_template.cxx index 42b5e165bb54..eab792461082 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport_template.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport_template.cxx @@ -17,12 +17,6 @@ public: : SwModelTestBase("/sw/qa/extras/ooxmlexport/data/", "MS Word 2007 XML Template") { } - -protected: - bool mustTestImportOf(const char* filename) const override - { - return o3tl::ends_with(filename, ".dotx"); - } }; CPPUNIT_TEST_FIXTURE(Test, testSaveAsDotX)
