From 99b6fc7b72452660f59ebeec8596cba375c02f9d Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 11 Oct 2014 00:24:32 +0200 Subject: sd: another temp-file leak Change-Id: Idcd31ea07c460aaecff3ea56072cf65e26040bda --- sd/qa/unit/export-tests.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sd') 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); -- cgit