diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-11 10:55:54 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-11 11:58:54 +0200 |
commit | e84d6f512fceb8b354b2d111193a9fd7d834acc5 (patch) | |
tree | 592f36e174daf82fba3f63f0351c10f734886245 /sw | |
parent | 356c636e3d3d3c1bdde3cb7e743c0811fe2e1dbf (diff) |
fix build
Change-Id: I6a8f5735f15a6691c277803c5e25989e0df61598
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93955
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |