WaE: unused variables

Change-Id: I37523f34bdf6e21f5e5781927884bd0311a17fe8
This commit is contained in:
Fridrich Štrba
2013-07-31 13:10:40 +02:00
parent 3ab7a98844
commit 16c3a29849

View File

@@ -79,9 +79,7 @@ void ScMacrosTest::testMSP()
Sequence< uno::Any > aParams;
SfxObjectShell* pFoundShell = SfxObjectShell::GetShellFromComponent(xComponent);
CPPUNIT_ASSERT_MESSAGE("Failed to access document shell", pFoundShell);
ScDocShell* xDocSh = static_cast<ScDocShell*>(pFoundShell);
pFoundShell->CallXScript(xComponent, sUrl, aParams, aRet, aOutParamIndex,aOutParam);
OUString sResult;