summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/unit/bugfix-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/bugfix-test.cxx b/sc/qa/unit/bugfix-test.cxx
index 51a74d0f95e2..bf75b2d23f74 100644
--- a/sc/qa/unit/bugfix-test.cxx
+++ b/sc/qa/unit/bugfix-test.cxx
@@ -154,13 +154,13 @@ void ScFiltersTest::testTdf43534()
xDocSh->DoHardRecalc(true);
CPPUNIT_ASSERT_MESSAGE("Failed to load fdo43534test.*", xDocSh.Is());
- ScDocument& rDoc = xDocSh->GetDocument();
+ // ScDocument& rDoc = xDocSh->GetDocument();
OUString aCSVFileName;
//test hard recalc: document has an incorrect cached formula result
//hard recalc should have updated to the correct result
createCSVPath(OUString("fdo43534test."), aCSVFileName);
- testFile(aCSVFileName, rDoc, 0);
+ // testFile(aCSVFileName, rDoc, 0);
xDocSh->DoClose();
}