summaryrefslogtreecommitdiff
path: root/sw/qa/extras/odfimport
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-11-07 17:57:05 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2022-11-08 07:34:25 +0100
commitcf1cd2659f08f7c16a6f32142d424b8df9fab393 (patch)
treede07d990c39b80a95b1ae2cc4743490e6f82b59d /sw/qa/extras/odfimport
parentc8eaebecd3af29c031c26142c9d3f7d7abf75b0d (diff)
swmodeltestbase: remove duplicated method
save needs to set mbExported to true, otherwise parseExport returns nullptr Change-Id: I1ba779e0ac0f20663fb722df16210ca144717479 Change-Id: I330abdc72226d5ac7b4d6747bdcc48cedfc9e90f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142400 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/extras/odfimport')
-rw-r--r--sw/qa/extras/odfimport/odfimport.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/extras/odfimport/odfimport.cxx b/sw/qa/extras/odfimport/odfimport.cxx
index a186b2b7b216..8a6a4892f079 100644
--- a/sw/qa/extras/odfimport/odfimport.cxx
+++ b/sw/qa/extras/odfimport/odfimport.cxx
@@ -1275,7 +1275,6 @@ CPPUNIT_TEST_FIXTURE(Test, testVerticallyMergedCellBorder)
// Given this document model, when exporting to ODT:
save("writer8");
- mbExported = true;
// Then make sure the covered cell has a style.
xmlDocUniquePtr pXmlSettings = parseExport("content.xml");