diff options
author | Noel Power <noel.power@suse.com> | 2013-05-02 10:07:34 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-05-09 14:11:17 +0100 |
commit | 683b016ae0c56f8422497b7a91e9497169d61975 (patch) | |
tree | 0df455a9c750101bf613093cd033a6a0d2e41e5b /sc/qa/extras | |
parent | a2c34b3d9ac2d7e43e52846308cc63447fd51f23 (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
Diffstat (limited to 'sc/qa/extras')
-rw-r--r-- | sc/qa/extras/macros-test.cxx | 5 |
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") |