Kaydet (Commit) 99b6fc7b authored tarafından Michael Stahl's avatar Michael Stahl

sd: another temp-file leak

Change-Id: Idcd31ea07c460aaecff3ea56072cf65e26040bda
üst 8a74ad7f
...@@ -474,6 +474,7 @@ void SdExportTest::testFdo83751() ...@@ -474,6 +474,7 @@ void SdExportTest::testFdo83751()
OUString propValue; OUString propValue;
xUDProps->getPropertyValue(OUString("Testing")) >>= propValue; xUDProps->getPropertyValue(OUString("Testing")) >>= propValue;
CPPUNIT_ASSERT_EQUAL(OUString("Document"), propValue); CPPUNIT_ASSERT_EQUAL(OUString("Document"), propValue);
xDocShRef->DoClose();
} }
CPPUNIT_TEST_SUITE_REGISTRATION(SdExportTest); CPPUNIT_TEST_SUITE_REGISTRATION(SdExportTest);
......
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