diff options
author | Michael Stahl <mstahl@redhat.com> | 2011-10-24 17:48:06 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2011-10-24 17:48:06 +0200 |
commit | aa146f46d2688b9f0c7b03f540ca11fc2c6ee80b (patch) | |
tree | a41b747405907b1099f993ad9301c07c89f637d4 /sc/qa | |
parent | 81042d7a366ad8d5f52fcd78e4b44183f62ce0e1 (diff) |
macros-test.cxx: unused variable pDoc
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/macros-test.cxx | 1 |
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; |