WaE: unused variables
Change-Id: I37523f34bdf6e21f5e5781927884bd0311a17fe8
This commit is contained in:
@@ -79,9 +79,7 @@ void ScMacrosTest::testMSP()
|
|||||||
Sequence< uno::Any > aParams;
|
Sequence< uno::Any > aParams;
|
||||||
|
|
||||||
SfxObjectShell* pFoundShell = SfxObjectShell::GetShellFromComponent(xComponent);
|
SfxObjectShell* pFoundShell = SfxObjectShell::GetShellFromComponent(xComponent);
|
||||||
|
|
||||||
CPPUNIT_ASSERT_MESSAGE("Failed to access document shell", pFoundShell);
|
CPPUNIT_ASSERT_MESSAGE("Failed to access document shell", pFoundShell);
|
||||||
ScDocShell* xDocSh = static_cast<ScDocShell*>(pFoundShell);
|
|
||||||
|
|
||||||
pFoundShell->CallXScript(xComponent, sUrl, aParams, aRet, aOutParamIndex,aOutParam);
|
pFoundShell->CallXScript(xComponent, sUrl, aParams, aRet, aOutParamIndex,aOutParam);
|
||||||
OUString sResult;
|
OUString sResult;
|
||||||
|
Reference in New Issue
Block a user