include/test/sheet/xmultiformulatokens.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 8451f4691ebe0e2e6d7d067175b4f0aa548820ba
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Mon Oct 17 11:00:37 2022 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Oct 17 13:37:11 2022 +0200

    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 <xiscofa...@libreoffice.org>

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();

Reply via email to