summaryrefslogtreecommitdiff
path: root/sw/qa/core/unocore/unocore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/core/unocore/unocore.cxx')
-rw-r--r--sw/qa/core/unocore/unocore.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/core/unocore/unocore.cxx b/sw/qa/core/unocore/unocore.cxx
index 342ca6c2eaab..55b37c749436 100644
--- a/sw/qa/core/unocore/unocore.cxx
+++ b/sw/qa/core/unocore/unocore.cxx
@@ -871,7 +871,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreUnocoreTest, testParagraphMarkerODFExport)
createSwDoc("paragraph-marker.docx");
// When saving that as ODT + reload:
- reload("writer8", nullptr);
+ saveAndReload("writer8");
// Then make sure that it still has the correct color:
xmlDocUniquePtr pXmlDoc = parseLayoutDump();
@@ -890,7 +890,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreUnocoreTest, testParagraphMarkerFormattedRun)
createSwDoc("paragraph-marker-formatted-run.docx");
// When saving that as ODT + reload:
- reload("writer8", nullptr);
+ saveAndReload("writer8");
// Then make sure that the numbering portion is still non-bold, matching Word:
xmlDocUniquePtr pXmlDoc = parseLayoutDump();