sc/qa/unit/filters-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fed75d001e6a48a84bc46606848af3ba0219df29
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Fri Oct 7 23:32:09 2011 +0200

    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

diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 3e80c37..4a56ce1 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;
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to