[Libreoffice-commits] core.git: sc/qa
Stephan Bergmann
sbergman at redhat.com
Wed Mar 20 04:38:13 PDT 2013
sc/qa/extras/macros-test.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 917b57001351d839fc091eab8ea4a97a0e77914e
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Mar 20 12:37:44 2013 +0100
-Werror=undef
Change-Id: I0358e4f0d6fe40f37a1db1375600765817f3f19d
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 906c494..5190e48 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")
More information about the Libreoffice-commits
mailing list