From e63938cad10f15d50f27b3e3575069ace7358d07 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 25 Nov 2015 14:19:15 +0000 Subject: sc: improve vba macro debugging output. Change-Id: I8c8cd6255b6722d4d46d6e652e9d9d9722fe112e --- sc/qa/extras/macros-test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') 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, -- cgit