summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-07-31 14:02:15 +0300
committerTor Lillqvist <tml@iki.fi>2013-07-31 14:02:15 +0300
commit3ab7a98844f9a3453bac23bcd963ad0b171c291a (patch)
tree30891c591abd16fcfbeb7c6e075a5c7840d71803 /sc/qa
parent3e48277e36a485d964d7b91305b1bf70a83c4451 (diff)
WaE: unused variable 'pDoc'
Change-Id: I2d5cc2a56c0df779df93d4b207e15e45c63e9572
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/extras/macros-test.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/extras/macros-test.cxx b/sc/qa/extras/macros-test.cxx
index 31171c73ee13..9bc3a0f72293 100644
--- a/sc/qa/extras/macros-test.cxx
+++ b/sc/qa/extras/macros-test.cxx
@@ -82,7 +82,6 @@ void ScMacrosTest::testMSP()
CPPUNIT_ASSERT_MESSAGE("Failed to access document shell", pFoundShell);
ScDocShell* xDocSh = static_cast<ScDocShell*>(pFoundShell);
- ScDocument* pDoc = xDocSh->GetDocument();
pFoundShell->CallXScript(xComponent, sUrl, aParams, aRet, aOutParamIndex,aOutParam);
OUString sResult;