diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-02-14 13:33:39 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-02-14 13:33:39 +0100 |
commit | f8fc4cac291ae98e043edf7b7f636489b78e655c (patch) | |
tree | 4ef1aa8de2b007bc496a695324550647e5f07f21 | |
parent | 2074acd6e3793e38aa6bbf9b9c8e2ba116341e32 (diff) |
Close ScDocSh when done
Change-Id: Ied1b342eacd14d65d0f28480411970e7f503e0a3
-rw-r--r-- | sc/qa/extras/anchor.cxx | 2 |
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() |