diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-16 15:53:16 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2024-10-16 20:50:17 +0200 |
commit | c216b58631deda48531475f7a8f054ac266386f7 (patch) | |
tree | cebfc569ac3cd313af12496e479d3424d961952b /sw/qa/inc | |
parent | a0e31effd0c7231ec0517e01e9aec39cebc361e1 (diff) |
SwModelTestBase: Remove unused executeImportExport
Since b67991ecdb12bfa385496731f192ac081947c779
"CppunitTest_sw_htmlexport: use more CPPUNIT_TEST_FIXTURE()"
Change-Id: I572649a1f70180084846aa47446689b331f35f11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175024
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'sw/qa/inc')
-rw-r--r-- | sw/qa/inc/swmodeltestbase.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/qa/inc/swmodeltestbase.hxx b/sw/qa/inc/swmodeltestbase.hxx index d9de82274d54..e28cb37b3c3f 100644 --- a/sw/qa/inc/swmodeltestbase.hxx +++ b/sw/qa/inc/swmodeltestbase.hxx @@ -92,14 +92,6 @@ protected: void executeLoadVerifyReloadVerify(const char* filename, const char* pPassword = nullptr); /** - * Helper func used by each unit test to test the 'export' code. - * (Loads the requested file for document base (this represents - * the initial document condition), exports with the desired - * export filter and then calls 'verify' method) - */ - void executeImportExport(const char* filename, const char* pPassword); - - /** * Function overridden by unit test. See DECLARE_SW_*_TEST macros */ virtual void verify() |