vcl/win/app/salinst.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit c6ff20f1c101372be46a2583ec0c83ff021690a9 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jan 29 19:53:31 2021 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Fri Jan 29 22:09:38 2021 +0100 Fix typo Change-Id: Ie9dab2d4813b986bf7eb4e2f7dee37171e9be9fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110162 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/vcl/win/app/salinst.cxx b/vcl/win/app/salinst.cxx index 08519b0f8f8d..828bd8fec248 100644 --- a/vcl/win/app/salinst.cxx +++ b/vcl/win/app/salinst.cxx @@ -477,8 +477,8 @@ bool ImplSalYield(const bool bWait, const bool bHandleAllCurrentEvents) } } - // If we enabled ForceRealTimer mode skipping our direct timout processing, - // mainly because some Windows API call spawns it's own nested message loop, + // If we enabled ForceRealTimer mode skipping our direct timeout processing, + // mainly because some Windows API call spawns its own nested message loop, // switch back to our own processing (like after window resize or move) if ( pTimer ) pTimer->SetForceRealTimer( false ); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
