diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-01-29 19:53:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-01-29 22:09:38 +0100 |
commit | c6ff20f1c101372be46a2583ec0c83ff021690a9 (patch) | |
tree | ca2b474491b2edba57da95fb0d21bd9a05b721cb /vcl | |
parent | 3dbc42e56e5a84c2b1689063b6ff3530916f7e6a (diff) |
Fix typo
Change-Id: Ie9dab2d4813b986bf7eb4e2f7dee37171e9be9fb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110162
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/win/app/salinst.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |