summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-14 13:33:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-14 13:33:39 +0100
commitf8fc4cac291ae98e043edf7b7f636489b78e655c (patch)
tree4ef1aa8de2b007bc496a695324550647e5f07f21
parent2074acd6e3793e38aa6bbf9b9c8e2ba116341e32 (diff)
Close ScDocSh when done
Change-Id: Ied1b342eacd14d65d0f28480411970e7f503e0a3
-rw-r--r--sc/qa/extras/anchor.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/extras/anchor.cxx b/sc/qa/extras/anchor.cxx
index 04e06cb63873..4f5594eb2126 100644
--- a/sc/qa/extras/anchor.cxx
+++ b/sc/qa/extras/anchor.cxx
@@ -183,6 +183,8 @@ void ScAnchorTest::testTdf76183()
// The resize of first row must have moved the object down after its anchor cell
CPPUNIT_ASSERT(aOrigRect.Top() < rNewRect.Top());
+
+ pDocSh->DoClose();
}
void ScAnchorTest::tearDown()