[Libreoffice-commits] core.git: Branch 'distro/nisz/libreoffice-6-4' - sw/qa
Kelemen Gábor (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 30 18:40:40 UTC 2020
sw/qa/extras/layout/layout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2732256d96471adaf29163469f997d87c92b8969
Author: Kelemen Gábor <kelemeng at ubuntu.com>
AuthorDate: Wed Jul 29 10:24:46 2020 +0200
Commit: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
CommitDate: Thu Jul 30 20:40:05 2020 +0200
Add missed xmlDocUniquePtr -> xmlDocPtr from previous commit
Change-Id: I69095c37e62d8dfa484f36b3b9ce8476f6b57130
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99668
Tested-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
Reviewed-by: Gabor Kelemen <kelemen.gabor2 at nisz.hu>
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 2da0437c4598..f7d534e2aa69 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2701,7 +2701,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf134146)
// Dump the rendering of the first page as an XML file.
std::shared_ptr<GDIMetaFile> xMetaFile = pShell->GetPreviewMetaFile();
MetafileXmlDump dumper;
- xmlDocUniquePtr pXmlDoc = dumpAndParse(dumper, *xMetaFile);
+ xmlDocPtr pXmlDoc = dumpAndParse(dumper, *xMetaFile);
CPPUNIT_ASSERT(pXmlDoc);
// Without the accompanying fix in place, this test would have failed with:
// - Expected: 14
More information about the Libreoffice-commits
mailing list