diff options
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"); |