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 /unotools/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 'unotools/qa')
-rw-r--r-- | unotools/qa/unit/testGetEnglishSearchName.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unotools/qa/unit/testGetEnglishSearchName.cxx b/unotools/qa/unit/testGetEnglishSearchName.cxx index 42ceebaa1498..41dffa2548bc 100644 --- a/unotools/qa/unit/testGetEnglishSearchName.cxx +++ b/unotools/qa/unit/testGetEnglishSearchName.cxx @@ -18,7 +18,6 @@ class Test: public CppUnit::TestFixture { public: - virtual void setUp() override; void testSingleElement(); CPPUNIT_TEST_SUITE(Test); @@ -27,10 +26,6 @@ public: CPPUNIT_TEST_SUITE_END(); }; -void Test::setUp() -{ -} - void Test::testSingleElement() { { // lowercase |