Kaydet (Commit) e63938ca authored tarafından Michael Meeks's avatar Michael Meeks

sc: improve vba macro debugging output.

Change-Id: I8c8cd6255b6722d4d46d6e652e9d9d9722fe112e
üst decd9475
......@@ -326,7 +326,7 @@ void ScMacrosTest::testVba()
SfxObjectShell* pFoundShell = SfxObjectShell::GetShellFromComponent(xComponent);
CPPUNIT_ASSERT_MESSAGE("Failed to access document shell", pFoundShell);
SAL_INFO("sc.qa", "about to invoke vba test in " << aFileName);
SAL_INFO("sc.qa", "about to invoke vba test in " << aFileName << " with url " << testInfo[i].sMacroUrl);
SfxObjectShell::CallXScript(
xComponent, testInfo[i].sMacroUrl, aParams, aRet, aOutParamIndex,
......
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