sw/qa/extras/layout/layout.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2732256d96471adaf29163469f997d87c92b8969
Author:     Kelemen Gábor <kelem...@ubuntu.com>
AuthorDate: Wed Jul 29 10:24:46 2020 +0200
Commit:     Gabor Kelemen <kelemen.gab...@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.gab...@nisz.hu>
    Reviewed-by: Gabor Kelemen <kelemen.gab...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to