summaryrefslogtreecommitdiff
path: root/sc/qa/extras/macros-test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/extras/macros-test.cxx')
-rw-r--r--sc/qa/extras/macros-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 906c49400784..5190e48ec484 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -156,7 +156,7 @@ void ScMacrosTest::testVba()
rtl::OUString("TestCalc_Rangetest2."),
rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
-#if FIXRANGEADDRESSING
+#if defined FIXRANGEADDRESSING
//ScVbaRange::getRangeForName()/getScRangeListForAddress() seems to get confused
//about the addressing mode of the document vs the addressing mode of a named
//range ( need to fix that )
@@ -185,7 +185,7 @@ void ScMacrosTest::testVba()
rtl::OUString("Shapes."),
rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
-#if VBA_TEST_WORKING
+#if defined VBA_TEST_WORKING
{
rtl::OUString("Ranges."),
rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")