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

New commits:
commit e84d6f512fceb8b354b2d111193a9fd7d834acc5
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon May 11 10:55:54 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon May 11 11:58:54 2020 +0200

    fix build
    
    Change-Id: I6a8f5735f15a6691c277803c5e25989e0df61598
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93955
    Tested-by: Caolán McNamara <caol...@redhat.com>
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 27ba1d0a649c..e98b7f0ebded 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2802,7 +2802,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTableExtrusion2)
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf105478)
 {
     createDoc("tdf105478_rowMinHeight.odt");
-    xmlDocPtr pXmlDoc = parseLayoutDump();
+    xmlDocUniquePtr pXmlDoc = parseLayoutDump();
 
     // Minimum row height forces the cell (with table header as row 1) to 
start on page 2, not page 1.
     assertXPathContent(pXmlDoc, "/root/page[2]/body/tab/row[2]/cell/txt[1]", 
"Cell 1");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to