[Libreoffice-commits] core.git: sw/qa
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 11 09:59:33 UTC 2020
sw/qa/extras/layout/layout.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e84d6f512fceb8b354b2d111193a9fd7d834acc5
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 11 10:55:54 2020 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at 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");
More information about the Libreoffice-commits
mailing list