summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-07-31 10:25:15 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-01 07:16:41 +0200
commitcbab78f901e2bb1ca9d8c1500ea308bda6146361 (patch)
tree060a61e3757a5422753737c1e5e72e4c6e12b19f
parenta0e09cf64eea663122043294b848ac1bb8f05ac9 (diff)
Fix typo
Change-Id: I2e2f9bf41bbe0427ab39a1f1870bc5104cd88bb6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137654 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sc/qa/unit/copy_paste_test.cxx2
-rw-r--r--sw/qa/extras/tiledrendering/tiledrendering.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/copy_paste_test.cxx b/sc/qa/unit/copy_paste_test.cxx
index 456622c3db9c..f564f46edca1 100644
--- a/sc/qa/unit/copy_paste_test.cxx
+++ b/sc/qa/unit/copy_paste_test.cxx
@@ -699,7 +699,7 @@ void ScCopyPasteTest::tdf113500_autofillMixed()
}
// compare the results of fill-up / -down
- // do not check the 2. column: 1st,3st. It is another bug to fix
+ // do not check the 2. column: 1st,3rd. It is another bug to fix
for (int nCol = 1; nCol <= 3; nCol+=2)
{
for (int nRow = 16; nRow <= 21; nRow++)
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index b6fc8133b0ed..2c7cff5ec867 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2368,7 +2368,7 @@ CPPUNIT_TEST_FIXTURE(SwTiledRenderingTest, testIMEFormattingAtEndOfParagraph)
// <bold>a</bold>\n"
// b<bold>a</bold>b"
- // the cursor should be at position 3nd
+ // the cursor should be at position 3rd
SwShellCursor* pShellCursor = pWrtShell->getShellCursor(false);
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(3), pShellCursor->GetPoint()->nContent.GetIndex());