[Libreoffice-commits] core.git: sw/qa sw/source
Andrea Gelmini
andrea.gelmini at gelma.net
Fri Jan 26 07:59:06 UTC 2018
sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 +-
sw/source/uibase/uiview/viewling.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 6e36e0ce006a85fb286b787def737bff6c8e9d8f
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Fri Jan 26 08:44:07 2018 +0100
Fix typos
Change-Id: Iffdbe1ce151f31b65e353cf87aaa1e0102d4430d
Reviewed-on: https://gerrit.libreoffice.org/48653
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index c89b9cf844ef..3bf2d07a595f 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2046,7 +2046,7 @@ void SwTiledRenderingTest::testTdf115088()
Scheduler::ProcessEventsToIdle();
comphelper::dispatchCommand(".uno:Copy", uno::Sequence<beans::PropertyValue>());
- // Move cursor to the begining of the first line and paste
+ // Move cursor to the beginning of the first line and paste
pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 0, KEY_HOME | KEY_MOD1);
pXTextDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 0, KEY_HOME | KEY_MOD1);
Scheduler::ProcessEventsToIdle();
diff --git a/sw/source/uibase/uiview/viewling.cxx b/sw/source/uibase/uiview/viewling.cxx
index cb7f8b11c546..2057a113ad0c 100644
--- a/sw/source/uibase/uiview/viewling.cxx
+++ b/sw/source/uibase/uiview/viewling.cxx
@@ -572,7 +572,7 @@ void SwView::StartThesaurus()
if (pDlg)
{
- guard.dismiss(); // ignore, we'll call SetIdle() explictly after the dialog ends
+ guard.dismiss(); // ignore, we'll call SetIdle() explicitly after the dialog ends
pDlg->StartExecuteAsync([=](sal_Int32 nResult){
if (nResult == RET_OK )
More information about the Libreoffice-commits
mailing list