Dispose document when done

Change-Id: I7b15220568717e159f119e79da0016cbc88873cf
This commit is contained in:
Stephan Bergmann
2014-11-20 11:14:44 +01:00
parent 6dbaf74eea
commit b8689142a9

View File

@@ -223,6 +223,8 @@ void GraphicObjectTest::testSizeBasedAutoSwap()
CPPUNIT_ASSERT(!pGrafObj1->IsSwappedOut());
CPPUNIT_ASSERT(!pGrafObj2->IsSwappedOut());
}
xComponent->dispose();
}
CPPUNIT_TEST_SUITE_REGISTRATION(GraphicObjectTest);