diff options
author | Chirag Manwani <cmkmanwani@gmail.com> | 2016-03-07 02:14:49 +0530 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-03-07 09:13:53 +0000 |
commit | cc84aaf70ac56092b32d1d329143eca0550dce12 (patch) | |
tree | 2b4d72f227f20c9b59baa476c7118bb1ddacb649 /svtools/qa | |
parent | 472d900e81722fd1ce3808c3f46160abcd265f77 (diff) |
tdf#97703 removed empty setUp/tearDown methods
Change-Id: I244d481bce4723d172e26c0d31aab0a541334604
Reviewed-on: https://gerrit.libreoffice.org/22959
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'svtools/qa')
-rw-r--r-- | svtools/qa/unit/testHtmlWriter.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svtools/qa/unit/testHtmlWriter.cxx b/svtools/qa/unit/testHtmlWriter.cxx index 6c2862baff44..5dd9491f9f9c 100644 --- a/svtools/qa/unit/testHtmlWriter.cxx +++ b/svtools/qa/unit/testHtmlWriter.cxx @@ -34,7 +34,6 @@ class Test: public CppUnit::TestFixture { public: - virtual void setUp() override; void testSingleElement(); void testSingleElementWithAttributes(); void testSingleElementWithContent(); @@ -53,9 +52,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; -void Test::setUp() -{} - void Test::testSingleElement() { { |