Kaydet (Commit) 683b016a authored tarafından Noel Power's avatar Noel Power

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
üst a2c34b3d
......@@ -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")
......
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