diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-09-12 20:12:28 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-09-13 08:10:08 +0200 |
commit | 3ad4fd34ce1d4ff5f052bee8857c38582ff3e4fd (patch) | |
tree | f352d19a762cca40de96940b2921759b81324b4b /sw/qa/extras/odfexport | |
parent | 3396d0aace6fe6a280af9e18c07749250c74ca40 (diff) |
CppunitTest_sw_odfexport: fix outdated comment
There is no preTest() in this suite anymore.
Change-Id: Iffbaa4d77ede557e5cab2e85cdf4272ffd1888ea
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156856
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/qa/extras/odfexport')
-rw-r--r-- | sw/qa/extras/odfexport/odfexport.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/qa/extras/odfexport/odfexport.cxx b/sw/qa/extras/odfexport/odfexport.cxx index 2eb3d2e3d03b..f2ce8f149306 100644 --- a/sw/qa/extras/odfexport/odfexport.cxx +++ b/sw/qa/extras/odfexport/odfexport.cxx @@ -90,7 +90,7 @@ CPPUNIT_TEST_FIXTURE(Test, testMathObjectFlatExport) uno::Reference<util::XModifiable> xModifiable(mxComponent, uno::UNO_QUERY); CPPUNIT_ASSERT(!xModifiable->isModified()); - // see preTest(), set the OLE cache to 1 for this test + // see above, set the OLE cache to 1 for this test // and the problem was that the formulas that were in the cache // (the second one) were lost OUString formula1(getFormula(getRun(getParagraph(1), 1))); |