sc/qa/uitest/calc_tests/formatCells.py | 2 +- sw/qa/uitest/writer_tests2/formatCharacter.py | 2 +- sw/source/core/txtnode/justify.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit f593c328b1c8fc10dafcbdc8c23ea6ac51a26d47 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Tue Jun 7 13:37:36 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Jun 8 07:21:59 2022 +0200 Fix typos Change-Id: If282a3a9f68de2cf0f1576ea34b56b9316f03ef6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135470 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sc/qa/uitest/calc_tests/formatCells.py b/sc/qa/uitest/calc_tests/formatCells.py index 98bb1c6c40be..e258721fbb5c 100644 --- a/sc/qa/uitest/calc_tests/formatCells.py +++ b/sc/qa/uitest/calc_tests/formatCells.py @@ -76,7 +76,7 @@ class formatCell(UITestCase): xTabs = xDialog.getChild("tabcontrol") select_pos(xTabs, "1") #tab Font - # xNoteBook = xDialog.getChild("nbWestern") //western notbook is always active + # xNoteBook = xDialog.getChild("nbWestern") //western notebook is always active xSizeFont = xDialog.getChild("cbWestSize") xSizeFont.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"})) xSizeFont.executeAction("TYPE", mkPropertyValues({"TEXT":"18"})) #set font size 18 diff --git a/sw/qa/uitest/writer_tests2/formatCharacter.py b/sw/qa/uitest/writer_tests2/formatCharacter.py index b661d25d2198..196313368134 100644 --- a/sw/qa/uitest/writer_tests2/formatCharacter.py +++ b/sw/qa/uitest/writer_tests2/formatCharacter.py @@ -24,7 +24,7 @@ class formatCharacter(UITestCase): xTabs = xDialog.getChild("tabcontrol") select_pos(xTabs, "0") - # xNoteBook = xDialog.getChild("nbWestern") //western notbook is always active + # xNoteBook = xDialog.getChild("nbWestern") //western notebook is always active xSizeFont = xDialog.getChild("cbWestSize") xLangFont = xDialog.getChild("cbWestLanguage") xSizeFont.executeAction("TYPE", mkPropertyValues({"KEYCODE":"CTRL+A"})) diff --git a/sw/source/core/txtnode/justify.cxx b/sw/source/core/txtnode/justify.cxx index f9a9a271a3be..6a1228d13169 100644 --- a/sw/source/core/txtnode/justify.cxx +++ b/sw/source/core/txtnode/justify.cxx @@ -63,7 +63,7 @@ tools::Long lcl_OffsetFromGridEdge(tools::Long nMinWidth, tools::Long nCharWidth nOffset = nMinWidth - nCharWidth; break; default: - // CLOSE_BRACKET ro COMMA_OR_FULLSTOP: + // CLOSE_BRACKET or COMMA_OR_FULLSTOP: // Align to previous edge, closer to previous ideograph. break; }