Kaydet (Commit) 66d18c1f authored tarafından Michael Stahl's avatar Michael Stahl

starmath: close SfxObjectShell in unit test to stop temp file leakage

Change-Id: Iaf2df8a315b3e0c8cdd1f1a4a7d589682384ddaf
üst 6c2cffdf
...@@ -97,6 +97,7 @@ void Test::tearDown() ...@@ -97,6 +97,7 @@ void Test::tearDown()
delete m_pEditWindow; delete m_pEditWindow;
delete m_pSmCmdBoxWindow; delete m_pSmCmdBoxWindow;
delete m_pDispatcher; delete m_pDispatcher;
m_xDocShRef->DoClose();
m_xDocShRef.Clear(); m_xDocShRef.Clear();
BootstrapFixture::tearDown(); BootstrapFixture::tearDown();
......
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