summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJaskaran <jvsg1303@gmail.com>2016-02-19 00:03:22 +0530
committerNoel Grandin <noelgrandin@gmail.com>2016-02-19 06:26:04 +0000
commit9fe9f487a25a15558b77a8afc359e844922f1e83 (patch)
tree49dfb2e9f9dd96227901300f8f0ccefb1707a2fc /oox
parent1fccc616d205b7d7011d66d4e4c719b62876eec5 (diff)
tdf#97703 Removed a few redundant calls to setUp and tearDown
Calls to CppUnit::TextFixture::setUp and CppUnit::TextFixture::tearDown have been removed. I hope that saves a few milliseconds of build time :) Change-Id: I611db2f5c5673ab86bf8f92beb4f6e8a70443b34 Reviewed-on: https://gerrit.libreoffice.org/22496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'oox')
-rw-r--r--oox/qa/unit/vba_encryption.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/oox/qa/unit/vba_encryption.cxx b/oox/qa/unit/vba_encryption.cxx
index 93525a2566e3..0e3c5abd806d 100644
--- a/oox/qa/unit/vba_encryption.cxx
+++ b/oox/qa/unit/vba_encryption.cxx
@@ -89,7 +89,6 @@ void TestVbaEncryption::testProjKey1()
void TestVbaEncryption::setUp()
{
}
-
void TestVbaEncryption::tearDown()
{
}