summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/unit/macros-test.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index aff5bc537e28..22faa26cf915 100644
--- a/sc/qa/unit/macros-test.cxx
+++ b/sc/qa/unit/macros-test.cxx
@@ -126,7 +126,6 @@ public:
void testStarBasic();
void testVba();
CPPUNIT_TEST_SUITE(ScMacrosTest);
-#if 0
#ifndef MACOSX
//enable this test if you want to play with star basic macros in unit tests
//works but does nothing useful yet
@@ -135,7 +134,6 @@ public:
//does not work, still problems during loading
CPPUNIT_TEST(testVba);
#endif
-#endif
CPPUNIT_TEST_SUITE_END();