[Libreoffice-commits] .: sc/qa
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Tue Apr 24 05:35:43 PDT 2012
sc/qa/unit/ucalc.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 81fb27c27bfbd7b1808bb442277476065e39fb56
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Tue Apr 24 14:35:29 2012 +0200
-Werror=unused-variable
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 8585a10..7662602 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4272,8 +4272,6 @@ void Test::testCopyPasteFormulasExternalDoc()
CPPUNIT_ASSERT_MESSAGE("external document instance not loaded.",
findLoadedDocShellByName(aExtDocName) != NULL);
- ScDocument* pExtDoc = xExtDocSh->GetDocument();
-
m_pDoc->InsertTab(0, "Sheet1");
m_pDoc->InsertTab(1, "Sheet2");
More information about the Libreoffice-commits
mailing list