summaryrefslogtreecommitdiff
path: root/sc/qa/extras
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-03-06 16:52:16 +0000
committerNoel Power <noel.power@suse.com>2013-03-07 09:21:32 +0000
commitc95e3fb64695cedfa40bfe5472879ee8a692d73f (patch)
tree19dcea90c004e3dd212ba30696d7aebf6e4cc025 /sc/qa/extras
parent5eb1628b67c11d32158c2e4a63dc2f1614be4c7c (diff)
disable Ranges-2.xls vba test file
there seems to be some problem ( regression from 3.6 ? ) with dealing with addresses returned from named ranges where the addressing mode of the named range is different from the addressing mode of the document itself Change-Id: Icfcd047819a4d1c89ae9509ea1a2e1b2d5386101
Diffstat (limited to 'sc/qa/extras')
-rw-r--r--sc/qa/extras/macros-test.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 389ddc1cc346..972b009de6b1 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -156,10 +156,15 @@ void ScMacrosTest::testVba()
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TestCalc_Rangetest2.")),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document"))
},
+#if 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 )
{
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Ranges-2.")),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document"))
},
+#endif
{
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("pagesetup.")),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document"))