summaryrefslogtreecommitdiff
path: root/sc
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:34:02 -0500
commitb766f75acf734046a2befed29f6891b418caeaa0 (patch)
tree3e2f2bf2e3457f08f08cd17af53b9c4144127540 /sc
parentb55a751803209bc4eddb6d938417cdcbd05313fd (diff)
Close the document when done.
Change-Id: Iad20ac5533a46a74642093c686e0941fb3bd29e3 (cherry picked from commit 68749283bc9da3c0422df0d22ad1d2f514d0250d)
Diffstat (limited to 'sc')
-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()