summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-05-02 10:07:34 +0100
committerNoel Power <noel.power@suse.com>2013-05-07 09:56:23 +0100
commit6e19cc7a04bfdf157cefca70b7c116fb86ce3a51 (patch)
tree27e7b4e5d591c23444e663e2fa2b05d85f555412
parent1b2036be031c228461e0c8929ebfb90c2bd1c160 (diff)
Renable Range-2 vba test as I589b93461b5f4125408f4fc2cb87cd84686f7b95 fixed it
note: Change ID I589b93461b5f4125408f4fc2cb87cd84686f7b95 " Fix ScRangeList::Parse wrt defaulted delimiter and default tab params" in addition to fixing problems with Ranges.xls appears also to solve the issue with Range-2.xls Change-Id: I28f53e09a6c7004f766d7e4f2ca9524cc8bbd83f
-rw-r--r--sc/qa/extras/macros-test.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index d4c9374d1626..a610217e2ff6 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -135,15 +135,10 @@ void ScMacrosTest::testVba()
OUString("TestCalc_Rangetest2."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
-#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 )
{
OUString("Ranges-2."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")
},
-#endif
{
OUString("pagesetup."),
OUString("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document")