diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-09 07:28:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-09 09:08:05 +0100 |
commit | 4d1a877dbf74b8e6e5908bb2c0eec570a5fb3184 (patch) | |
tree | 6e8d5e9e2421eb9be533c44e049aa81b09fb32c4 /sw | |
parent | a280ba47ee434a46d7d29008534f5c662088abc5 (diff) |
Revert "fix a few /tmp file leaks"
This reverts commit 92045e69dab8be60a1c84774f04c437066c3c2bf. Broke a
unit test and made all tinderboxes red.
Requested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/core/swdoc-test.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/core/swdoc-test.cxx b/sw/qa/core/swdoc-test.cxx index f818cba16701..de9828e84bfb 100644 --- a/sw/qa/core/swdoc-test.cxx +++ b/sw/qa/core/swdoc-test.cxx @@ -886,7 +886,6 @@ void SwDocTest::setUp() void SwDocTest::tearDown() { - m_xDocShRef->DoClose(); m_xDocShRef.Clear(); delete m_pDoc; |