summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-05-07 21:16:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-05-07 22:21:44 +0200
commitdcd1795c4934e66378d4b88c914f8e9bb1678ba7 (patch)
treec92d1ffe57a2f9e06811751e0c5c5a00367995b0 /sd
parenta743df4f1e2d20e75b67c33a290aa398852026c3 (diff)
fix build
Change-Id: I4dfbbffc1829ca52dadbb8f2d8e42d309fd10a25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93681 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/export-tests.cxx2
1 files changed, 1 insertions, 1 deletions
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]",