summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-11-25 14:19:15 +0000
committerMichael Meeks <michael.meeks@collabora.com>2015-11-25 14:20:36 +0000
commite63938cad10f15d50f27b3e3575069ace7358d07 (patch)
tree6505168aef7042c272fad03a4b753306f27fc579
parentdecd9475986b4d90d550f824658c9424154dcb8a (diff)
sc: improve vba macro debugging output.
Change-Id: I8c8cd6255b6722d4d46d6e652e9d9d9722fe112e
-rw-r--r--sc/qa/extras/macros-test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index e2a6f320ce23..9243250985f6 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -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,