diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-05-07 21:16:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-05-07 22:21:44 +0200 |
commit | dcd1795c4934e66378d4b88c914f8e9bb1678ba7 (patch) | |
tree | c92d1ffe57a2f9e06811751e0c5c5a00367995b0 /sd | |
parent | a743df4f1e2d20e75b67c33a290aa398852026c3 (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.cxx | 2 |
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]", |