[Libreoffice-commits] core.git: sfx2/source sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jul 27 08:09:38 UTC 2019
sfx2/source/sidebar/SidebarController.cxx | 2 +-
sw/qa/uitest/writer_dialogs/openDialogs.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6022d521ed58625c7a9517787208948ef64cfe68
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jul 27 09:12:46 2019 +0200
Commit: Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Sat Jul 27 10:08:31 2019 +0200
Fix typos
Change-Id: I389c9aaa5788bf26398e0639c0f11f9dfbe4e3da
Reviewed-on: https://gerrit.libreoffice.org/76374
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index 95eba02296e6..22b022bf09ee 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -1254,7 +1254,7 @@ void SidebarController::UpdateDeckOpenState()
if (comphelper::LibreOfficeKit::isActive())
{
- // Sidebar wide enought to render the menu; enable it.
+ // Sidebar wide enough to render the menu; enable it.
mpTabBar->EnableMenuButton(true);
if (const SfxViewShell* pViewShell = mpViewFrame->GetViewShell())
diff --git a/sw/qa/uitest/writer_dialogs/openDialogs.py b/sw/qa/uitest/writer_dialogs/openDialogs.py
index b0643e8474f1..442d0eef9095 100644
--- a/sw/qa/uitest/writer_dialogs/openDialogs.py
+++ b/sw/qa/uitest/writer_dialogs/openDialogs.py
@@ -87,7 +87,7 @@ dialogs = [
# {"command": ".uno:ThesaurusDialog", "closeButton": "cancel"},
# fails in CI, but works fine locally
{"command": ".uno:Hyphenate", "closeButton": "ok", "skipTestOK": True},
- # do not test the OK buttong twice
+ # do not test the OK button twice
{"command": ".uno:ChineseConversion", "closeButton": "cancel"},
# {"command": ".uno:WordCountDialog", "closeButton": "close"},
# tested in sw/qa/uitest/writer_tests/wordCount.py
More information about the Libreoffice-commits
mailing list