[Libreoffice-commits] core.git: sd/qa

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu May 7 20:22:24 UTC 2020


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

New commits:
commit dcd1795c4934e66378d4b88c914f8e9bb1678ba7
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu May 7 21:16:08 2020 +0100
Commit:     Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at 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]",


More information about the Libreoffice-commits mailing list