Kaydet (Commit) 2a91e5bf authored tarafından Noel Power's avatar Noel Power

re-enable vba.xls, tweak TestAddress.xls (move tests back to normal module)

üst f323d36f
...@@ -254,15 +254,12 @@ void ScMacrosTest::testVba() ...@@ -254,15 +254,12 @@ void ScMacrosTest::testVba()
TestMacroInfo testInfo[] = { TestMacroInfo testInfo[] = {
{ {
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TestAddress.")), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TestAddress.")),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Sheet1.test?language=Basic&location=document")) rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.testMacros.test?language=Basic&location=document"))
}, },
/*
vba.xls is still throwing up a basic error :-/
{ {
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vba.")), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vba.")),
rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Modul1.Modul1?language=Basic&location=document")), rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("vnd.sun.Star.script:VBAProject.Modul1.Modul1?language=Basic&location=document")),
} }
*/
}; };
rtl::OUString aFileExtension(aFileFormats[1].pName, strlen(aFileFormats[1].pName), RTL_TEXTENCODING_UTF8 ); rtl::OUString aFileExtension(aFileFormats[1].pName, strlen(aFileFormats[1].pName), RTL_TEXTENCODING_UTF8 );
......
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