Kaydet (Commit) 917b5700 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=undef

Change-Id: I0358e4f0d6fe40f37a1db1375600765817f3f19d
üst 9a7d2e0f
...@@ -156,7 +156,7 @@ void ScMacrosTest::testVba() ...@@ -156,7 +156,7 @@ void ScMacrosTest::testVba()
rtl::OUString("TestCalc_Rangetest2."), rtl::OUString("TestCalc_Rangetest2."),
rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") 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 //ScVbaRange::getRangeForName()/getScRangeListForAddress() seems to get confused
//about the addressing mode of the document vs the addressing mode of a named //about the addressing mode of the document vs the addressing mode of a named
//range ( need to fix that ) //range ( need to fix that )
...@@ -185,7 +185,7 @@ void ScMacrosTest::testVba() ...@@ -185,7 +185,7 @@ void ScMacrosTest::testVba()
rtl::OUString("Shapes."), rtl::OUString("Shapes."),
rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") 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("Ranges."),
rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document") rtl::OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment