sd/qa/unit/export-tests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dcd1795c4934e66378d4b88c914f8e9bb1678ba7
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu May 7 21:16:08 2020 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu May 7 22:21:44 2020 +0200

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

diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index de092590f2cd..2f8dd6056a8e 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -1281,7 +1281,7 @@ void SdExportTest::testGlow()
     CPPUNIT_ASSERT_EQUAL(sal_Int16(60), nGlowEffectTransparency); // 60%
 
     // Test ODF element
-    xmlDocPtr pXmlDoc = parseExport(tempFile, "content.xml");
+    xmlDocUniquePtr pXmlDoc = parseExport(tempFile, "content.xml");
 
     // check that we actually test graphic style
     assertXPath(pXmlDoc, 
"/office:document-content/office:automatic-styles/style:style[2]",
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to