summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-10-24 17:48:06 +0200
committerMichael Stahl <mstahl@redhat.com>2011-10-24 17:48:06 +0200
commitaa146f46d2688b9f0c7b03f540ca11fc2c6ee80b (patch)
treea41b747405907b1099f993ad9301c07c89f637d4 /sc
parentJavaClassSet: fix partial rebuilds (diff)
downloadcore-aa146f46d2688b9f0c7b03f540ca11fc2c6ee80b.tar.gz
core-aa146f46d2688b9f0c7b03f540ca11fc2c6ee80b.zip
macros-test.cxx: unused variable pDoc
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/macros-test.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/qa/unit/macros-test.cxx b/sc/qa/unit/macros-test.cxx
index 3737869aa0ef..e97156ff3885 100644
--- a/sc/qa/unit/macros-test.cxx
+++ b/sc/qa/unit/macros-test.cxx
@@ -305,7 +305,6 @@ void ScMacrosTest::testVba()
Sequence< sal_Int16 > aOutParamIndex;
Sequence< Any > aOutParam;
Sequence< uno::Any > aParams;
- ScDocument* pDoc = xDocSh->GetDocument();
xDocSh->CallXScript(sUrl, aParams, aRet, aOutParamIndex,aOutParam);
rtl::OUString aStringRes;