summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/unit/filters-test.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index bec9f76d0dfd..910d476e2489 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -399,6 +399,8 @@ void ScFiltersTest::testSharedFormulaXLS()
if (!checkFormula(*pDoc, ScAddress(1,7,0), "A8*20"))
CPPUNIT_FAIL("Wrong formula.");
+
+ xDocSh->DoClose();
}
void ScFiltersTest::testSharedFormulaXLSX()