diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-07 17:57:05 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-11-08 07:34:25 +0100 |
commit | cf1cd2659f08f7c16a6f32142d424b8df9fab393 (patch) | |
tree | de07d990c39b80a95b1ae2cc4743490e6f82b59d /sw/qa/extras/odfimport | |
parent | c8eaebecd3af29c031c26142c9d3f7d7abf75b0d (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.cxx | 1 |
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"); |