sw/qa/extras/uiwriter/uiwriter3.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f39535715ee2dadf7a2ad32d68df5ddba2e28a71 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Dec 12 13:03:57 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Dec 12 14:36:43 2023 +0100 Fix typo Change-Id: Ifaaa4d1fb93885fa7b7352f1e882c0b6c0d1a782 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160616 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx index 0ad197bf1198..db19c52facbf 100644 --- a/sw/qa/extras/uiwriter/uiwriter3.cxx +++ b/sw/qa/extras/uiwriter/uiwriter3.cxx @@ -2379,7 +2379,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf111969_lastHalfcharOfSelection) SwDoc* pDoc = getSwDoc(); SwDocShell* pDocShell = pDoc->GetDocShell(); SwWrtShell* pWrtShell = pDocShell->GetWrtShell(); - // move the cursor after the "o" (this is better/safer than testing cursor at end of paragrah) + // move the cursor after the "o" (this is better/safer than testing cursor at end of paragraph) pWrtShell->Insert2("Hello!"); pWrtShell->Left(SwCursorSkipMode::Chars, /*bSelect=*/false, 1, /*bBasicCall=*/false); // get last pixel that will be part of the selection (current position 1pt wide).