sw/qa/uibase/fldui/fldui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ed39809e208f0c8927d2637c36b02d51d5fdd8ab Author: Andreas Heinisch <[email protected]> AuthorDate: Fri Feb 27 08:19:33 2026 +0100 Commit: Andreas Heinisch <[email protected]> CommitDate: Fri Feb 27 08:21:20 2026 +0100 Correct typo in unit test Change-Id: I56b4a9aa4db1d2b139e5013b9c3b7b88e543f1fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200560 Tested-by: Andreas Heinisch <[email protected]> Reviewed-by: Andreas Heinisch <[email protected]> diff --git a/sw/qa/uibase/fldui/fldui.cxx b/sw/qa/uibase/fldui/fldui.cxx index c24432aacd99..66d4bdd2a6e7 100644 --- a/sw/qa/uibase/fldui/fldui.cxx +++ b/sw/qa/uibase/fldui/fldui.cxx @@ -134,7 +134,7 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf45048SubtypeDescription) CPPUNIT_ASSERT(aFieldMgr.InsertField(aFieldData)); pWrtShell->SttEndDoc(true); - // Without the accompanying fix in place, this test would have failed with : + // Without the accompanying fix in place, this test would have failed with: // - Expected: Statistics: Pages // - Actual : Statistics // i.e. the description of the subtype ("Pages") was not included
