[Libreoffice-commits] core.git: desktop/win32
Noel Grandin (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 11 15:09:39 UTC 2021
desktop/win32/source/loader.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 10c02f69106a248f3c0514b36ec95895ce98d8d7
Author: Noel Grandin <noelgrandin at gmail.com>
AuthorDate: Sun Apr 11 10:51:54 2021 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Apr 11 17:08:54 2021 +0200
we where -> we were
Change-Id: I993442061ac59e1ecd86b7d97a3e52c561987878
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113942
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/desktop/win32/source/loader.cxx b/desktop/win32/source/loader.cxx
index 82b323d7c772..b0e3c2a691e4 100644
--- a/desktop/win32/source/loader.cxx
+++ b/desktop/win32/source/loader.cxx
@@ -346,7 +346,7 @@ int officeloader_impl(bool bAllowConsole)
do
{
// On Windows XP it seems as the desktop calls WaitForInputIdle after "OpenWith" so
- // we have to do so as if we where processing any messages
+ // we have to do so as if we here processing any messages
dwWaitResult = MsgWaitForMultipleObjects(1, &aProcessInfo.hProcess, FALSE, INFINITE,
QS_ALLEVENTS);
@@ -453,7 +453,7 @@ int unopkgloader_impl(bool bAllowConsole)
do
{
// On Windows XP it seems as the desktop calls WaitForInputIdle after "OpenWidth" so we have to do so
- // as if we where processing any messages
+ // as if we were processing any messages
dwWaitResult = MsgWaitForMultipleObjects(1, &aProcessInfo.hProcess, FALSE, INFINITE, QS_ALLEVENTS);
More information about the Libreoffice-commits
mailing list