Kaydet (Commit) d77d8160 authored tarafından Miklos Vajna's avatar Miklos Vajna

CppunitTest_sc_tiledrendering: clear reference to local var in time

Should fix
<http://ci.libreoffice.org/job/lo_callgrind_linux/2013/console>.

Change-Id: I4ff4ddafbbb15ee360cb845afe8e8b4dbbf04460
üst 85aa8073
......@@ -403,6 +403,8 @@ void ScTiledRenderingTest::testViewCursors()
Scheduler::ProcessEventsToIdle();
SfxLokHelper::destroyView(SfxLokHelper::getView());
CPPUNIT_ASSERT(aView1.m_bViewCursorInvalidated);
mxComponent->dispose();
mxComponent.clear();
comphelper::LibreOfficeKit::setActive(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment