diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-17 11:00:37 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-10-17 13:37:11 +0200 |
commit | 8451f4691ebe0e2e6d7d067175b4f0aa548820ba (patch) | |
tree | 9b5c388523864f5feb7715f2d92f3f5868f1103f /include/test/sheet | |
parent | 09ba0057e3d7f8c9d1166269b232a8b2692fa506 (diff) |
test: remove unneeded setUp/tearDown
no other class in include/test/sheet/ has them
Change-Id: Ia7e196f57f929e466e4dc5c2fb76d654f3be6d05
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141446
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include/test/sheet')
-rw-r--r-- | include/test/sheet/xmultiformulatokens.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/test/sheet/xmultiformulatokens.hxx b/include/test/sheet/xmultiformulatokens.hxx index 8f883a32071b..2d20e9bced9e 100644 --- a/include/test/sheet/xmultiformulatokens.hxx +++ b/include/test/sheet/xmultiformulatokens.hxx @@ -22,8 +22,6 @@ class OOO_DLLPUBLIC_TEST XMultiFormulaTokens { public: virtual css::uno::Reference<css::uno::XInterface> init() = 0; - virtual void setUp() = 0; - virtual void tearDown() = 0; void testGetCount(); void testGetSetTokens(); |