diff options
author | Mark Hung <marklh9@gmail.com> | 2018-07-21 08:10:11 +0800 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-21 14:50:21 +0200 |
commit | 71821a74d65765afa9f2273d98b5b0cc3ac2782f (patch) | |
tree | 92a4e9cd194a91d6ed515e65b7bbc502153a088b /sd/qa | |
parent | e469ab0d9eb02a05b1d12a7a0a6b6ed0e5977f1c (diff) |
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@collabora.co.uk>
Diffstat (limited to 'sd/qa')
-rw-r--r-- | sd/qa/unit/export-tests-ooxml2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |