summaryrefslogtreecommitdiff
path: root/sw/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-09-22 11:34:19 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-09-22 12:44:50 +0000
commitfd22e36ff53c448d1d7831b0ac66ecc29621ff9e (patch)
treeda2ac18341ac6cedbbea49cd032fb2f5345b1988 /sw/qa
parent5f8eb78d994e1329b9524a709480b71fa862ff6a (diff)
loplugin:unnecessaryvirtual
Change-Id: I7b1aa65a557f3855939ad8b183bba8ff656946f8 Reviewed-on: https://gerrit.libreoffice.org/29173 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/qa')
-rw-r--r--sw/qa/extras/inc/swmodeltestbase.hxx10
-rw-r--r--sw/qa/extras/mailmerge/mailmerge.cxx1
-rw-r--r--sw/qa/extras/ooxmlimport/ooxmlimport.cxx1
3 files changed, 0 insertions, 12 deletions
diff --git a/sw/qa/extras/inc/swmodeltestbase.hxx b/sw/qa/extras/inc/swmodeltestbase.hxx
index 7ded2437575e..eacc0a040d26 100644
--- a/sw/qa/extras/inc/swmodeltestbase.hxx
+++ b/sw/qa/extras/inc/swmodeltestbase.hxx
@@ -220,7 +220,6 @@ protected:
header();
std::unique_ptr<Resetter> const pChanges(preTest(filename));
load(mpTestDocumentPath, filename);
- postTest(filename);
verify();
finish();
maTempFile.EnableKillingFile();
@@ -240,7 +239,6 @@ protected:
load(mpTestDocumentPath, filename);
postLoad(filename);
reload(mpFilter, filename);
- postTest(filename);
verify();
finish();
maTempFile.EnableKillingFile();
@@ -260,7 +258,6 @@ protected:
load(mpTestDocumentPath, filename);
save(OUString::createFromAscii(mpFilter), maTempFile);
maTempFile.EnableKillingFile(false);
- postTest(filename);
verify();
finish();
maTempFile.EnableKillingFile();
@@ -295,13 +292,6 @@ protected:
}
/**
- * Override this function if some special filename-specific teardown is needed
- */
- virtual void postTest(const char* /*filename*/)
- {
- }
-
- /**
* Override this function if calc layout is not needed
*/
virtual bool mustCalcLayoutOf(const char* /*filename*/)
diff --git a/sw/qa/extras/mailmerge/mailmerge.cxx b/sw/qa/extras/mailmerge/mailmerge.cxx
index 84331cc8b4cf..36009a179be6 100644
--- a/sw/qa/extras/mailmerge/mailmerge.cxx
+++ b/sw/qa/extras/mailmerge/mailmerge.cxx
@@ -83,7 +83,6 @@ public:
initMailMergeJobAndArgs( filename, tablename, aDBName, "LOMM_", aWorkDir, file, selection );
verify();
- postTest(filename);
finish();
::utl::removeTree(aWorkDir);
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 11877702b4e1..50f587faa8d2 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -153,7 +153,6 @@ public:
CPPUNIT_ASSERT_MESSAGE(OUStringToOString(sMessage, RTL_TEXTENCODING_UTF8).getStr(), !xComponent.is());
}
}
- postTest(filename);
verify();
finish();
}