desktop/win32/source/loader.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 10c02f69106a248f3c0514b36ec95895ce98d8d7 Author: Noel Grandin <noelgran...@gmail.com> AuthorDate: Sun Apr 11 10:51:54 2021 +0200 Commit: Noel Grandin <noel.gran...@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.gran...@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); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits