From 60ab9a0bc8af439a7b7d0f57ea6b5215dc8aa9fa Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 19 Mar 2013 02:42:42 +0100 Subject: that should not have been in the patch --- sc/qa/unit/ucalc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/qa') diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 6f58ffe4a3a0..ec9465228ee5 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -607,6 +607,7 @@ void testFuncN(ScDocument* pDoc) void testFuncCOUNTIF(ScDocument* pDoc) { // COUNTIF (test case adopted from OOo i#36381) + // Empty A1:A39 first. clearRange(pDoc, ScRange(0, 0, 0, 0, 40, 0)); @@ -1211,7 +1212,6 @@ void Test::testCellFunctions() void Test::testCopyToDocument() { CPPUNIT_ASSERT_MESSAGE ("failed to insert sheet", m_pDoc->InsertTab (0, "src")); - *((int*)42)=42; m_pDoc->SetString(0, 0, 0, "Header"); m_pDoc->SetString(0, 1, 0, "1"); -- cgit v1.2.3