diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-29 12:28:10 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-01-29 14:03:29 +0100 |
commit | 5eb0a569e31771277263262bfeafb2c6fcf57dba (patch) | |
tree | 50c92aa777e1e214ac3e92b7c6a99081112a517c /sw/qa/unit | |
parent | a383de63e8854f3ccc906685196bda460406dead (diff) |
loplugin:unnecessarymethods
Change-Id: I3bc2bde431dc71d4a01f7e314c67be31271be9e8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162681
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/qa/unit')
-rw-r--r-- | sw/qa/unit/swmodeltestbase.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sw/qa/unit/swmodeltestbase.cxx b/sw/qa/unit/swmodeltestbase.cxx index 99df27cb039d..125370b145de 100644 --- a/sw/qa/unit/swmodeltestbase.cxx +++ b/sw/qa/unit/swmodeltestbase.cxx @@ -62,16 +62,6 @@ SwModelTestBase::SwModelTestBase(const OUString& pTestDocumentPath, const OUStri { } -void SwModelTestBase::executeImportTest(const char* filename, const char* pPassword) -{ - maTempFile.EnableKillingFile(false); - header(); - loadURL(createFileURL(OUString::createFromAscii(filename)), pPassword); - verify(); - finish(); - maTempFile.EnableKillingFile(); -} - void SwModelTestBase::executeLoadVerifyReloadVerify(const char* filename, const char* pPassword) { maTempFile.EnableKillingFile(false); |