[Libreoffice-commits] core.git: sd/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jul 21 12:50:40 UTC 2018
sd/qa/unit/export-tests-ooxml2.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 71821a74d65765afa9f2273d98b5b0cc3ac2782f
Author: Mark Hung <marklh9 at gmail.com>
AuthorDate: Sat Jul 21 08:10:11 2018 +0800
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sat Jul 21 14:50:21 2018 +0200
sd: fix closing document twice in testTdf118768.
Change-Id: I07def80070d8109b9d54ef19a841e3091f743b9c
Reviewed-on: https://gerrit.libreoffice.org/57791
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sd/qa/unit/export-tests-ooxml2.cxx b/sd/qa/unit/export-tests-ooxml2.cxx
index 74129e88aecf..6756f86e9ab7 100644
--- a/sd/qa/unit/export-tests-ooxml2.cxx
+++ b/sd/qa/unit/export-tests-ooxml2.cxx
@@ -1731,7 +1731,6 @@ void SdOOXMLExportTest2::testTdf118768()
sd::DrawDocShellRef xDocShRef = loadURL(m_directories.getURLFromSrc("sd/qa/unit/data/odp/tdf118768-brake.odp"), ODP);
utl::TempFile tempFile;
xDocShRef = saveAndReload(xDocShRef.get(), PPTX, &tempFile);
- xDocShRef->DoClose();
// check that transition attribute didn't change from 'out' to 'in'
xmlDocPtr pXmlDocContent = parseExport(tempFile, "ppt/slides/slide1.xml");
More information about the Libreoffice-commits
mailing list