summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2024-02-05 13:14:54 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-02-05 18:32:50 +0100
commita9802e255a8d56b1ef9f5c071ac8cf9598db5409 (patch)
tree2298365e7206a8bcb5d6057ea1a11e7a0a66def9
parentef6212158d8308d60d3edb6c87117958758436e2 (diff)
Fix typos
Change-Id: Ia2a3100f07b45dba214a7f534d6adb54b2ceaa89 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163000 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sw/qa/core/text/text.cxx2
-rw-r--r--sw/qa/extras/uiwriter/uiwriter8.cxx2
-rw-r--r--sw/qa/uitest/navigator/tdf159428.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/qa/core/text/text.cxx b/sw/qa/core/text/text.cxx
index 690fc333afb5..74e2bcdbb433 100644
--- a/sw/qa/core/text/text.cxx
+++ b/sw/qa/core/text/text.cxx
@@ -1532,7 +1532,7 @@ CPPUNIT_TEST_FIXTURE(SwCoreTextTest, testTdf129810)
std::shared_ptr<GDIMetaFile> xMetaFile = pShell->GetPreviewMetaFile();
CPPUNIT_ASSERT(xMetaFile);
- // Find the fist text array action
+ // Find the first text array action
for (size_t nAction = 0; nAction < xMetaFile->GetActionSize(); nAction++)
{
auto pAction = xMetaFile->GetAction(nAction);
diff --git a/sw/qa/extras/uiwriter/uiwriter8.cxx b/sw/qa/extras/uiwriter/uiwriter8.cxx
index ecf8e2f9bf80..269937141682 100644
--- a/sw/qa/extras/uiwriter/uiwriter8.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter8.cxx
@@ -503,7 +503,7 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest8, testTdf141391)
"/root/page[1]/body/tab/row[2]/cell[1]/txt[1]/SwParaPortion/SwLineLayout"_ostr,
"portion"_ostr, "Some text...");
- // copy the 2-row table into the fist paragraph of cell "A2",
+ // copy the 2-row table into the first paragraph of cell "A2",
// but not at paragraph start (changed behaviour)
pWrtShell->Left(SwCursorSkipMode::Chars, /*bSelect=*/false, 1, /*bBasicCall=*/false);
diff --git a/sw/qa/uitest/navigator/tdf159428.py b/sw/qa/uitest/navigator/tdf159428.py
index 3a8634a57629..0ad3cd0354d5 100644
--- a/sw/qa/uitest/navigator/tdf159428.py
+++ b/sw/qa/uitest/navigator/tdf159428.py
@@ -25,7 +25,7 @@ class tdf159428(UITestCase):
xNavigatorPanel = self.ui_test.wait_until_child_is_available('NavigatorPanel')
xContentTree = xNavigatorPanel.getChild("contenttree")
- # select fist bookmark - Heading "H1" should be tracked
+ # select first bookmark - Heading "H1" should be tracked
self.xUITest.executeCommand(".uno:GoToNextPara")
self.xUITest.executeCommand(".uno:GoToNextPara")
xWriterEdit.executeAction("SELECT", mkPropertyValues({"START_POS": "111", "END_POS": "119"}))