From fed75d001e6a48a84bc46606848af3ba0219df29 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Fri, 7 Oct 2011 23:32:09 +0200 Subject: set the correct url for vba unit test it seems like the method name is the same as the module name unit test still crashs because it can't find XSpreadsheetView but works in general --- sc/qa/unit/filters-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx index 3e80c374fab1..4a56ce18ffcc 100644 --- a/sc/qa/unit/filters-test.cxx +++ b/sc/qa/unit/filters-test.cxx @@ -618,7 +618,7 @@ void ScFiltersTest::testVba() //it seems that the basic ide does it differently, but then we would need to init all parts ourself //the problem is that CallXScript inits the basic part ////BasicIDE::RunMethod takes an SbMethod as parametre - rtl::OUString aURL(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Modul1.macro1?language=Basic&location=document")); + rtl::OUString aURL(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Modul1.Modul1?language=Basic&location=document")); String sUrl = aURL; Any aRet; Sequence< sal_Int16 > aOutParamIndex; -- cgit