sw/qa/extras/odfexport/odfexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ad4fd34ce1d4ff5f052bee8857c38582ff3e4fd
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Sep 12 20:12:28 2023 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Wed Sep 13 08:10:08 2023 +0200

    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 <vmik...@collabora.com>

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)));

Reply via email to