diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-10-11 00:24:32 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-10-11 00:28:49 +0200 |
commit | 99b6fc7b72452660f59ebeec8596cba375c02f9d (patch) | |
tree | 75c1592dd61e62f5a691cd86bd7c6604fb5c170f /sd | |
parent | 8a74ad7f242dda910abec22fb6106a70651c8b5e (diff) |
sd: another temp-file leak
Change-Id: Idcd31ea07c460aaecff3ea56072cf65e26040bda
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/export-tests.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx index df1db002d46a..61aead3b1fc5 100644 --- a/sd/qa/unit/export-tests.cxx +++ b/sd/qa/unit/export-tests.cxx @@ -474,6 +474,7 @@ void SdExportTest::testFdo83751() OUString propValue; xUDProps->getPropertyValue(OUString("Testing")) >>= propValue; CPPUNIT_ASSERT_EQUAL(OUString("Document"), propValue); + xDocShRef->DoClose(); } CPPUNIT_TEST_SUITE_REGISTRATION(SdExportTest); |