[Libreoffice-commits] core.git: vcl/win

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Jan 29 21:10:19 UTC 2021


 vcl/win/app/salinst.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c6ff20f1c101372be46a2583ec0c83ff021690a9
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Jan 29 19:53:31 2021 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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 );


More information about the Libreoffice-commits mailing list