summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-05 09:33:23 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-05 09:33:45 -0500
commit68749283bc9da3c0422df0d22ad1d2f514d0250d (patch)
tree2f2c7b927e383c9e4537fad56e691b90c89561df
parent830a7f501b12c1c34753a656491050a252043974 (diff)
Close the document when done.
Change-Id: Iad20ac5533a46a74642093c686e0941fb3bd29e3
-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()