[Libreoffice-commits] core.git: Branch 'private/swe/libreoffice-5-2+backports' - vcl/win
Armin Le Grand
Armin.Le.Grand at cib.de
Fri Aug 11 11:03:34 UTC 2017
vcl/win/app/saltimer.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5e406eca0b2df9f04093d858e5fb1c995d35e77f
Author: Armin Le Grand <Armin.Le.Grand at cib.de>
Date: Fri Aug 11 13:01:47 2017 +0200
Corrected call to ImplSalStartTimer for Win-only code
Change-Id: If0a4452daf7346697bbe12842b33a62910e3e96c
diff --git a/vcl/win/app/saltimer.cxx b/vcl/win/app/saltimer.cxx
index 04448e7f88d8..5dc1bfca1165 100644
--- a/vcl/win/app/saltimer.cxx
+++ b/vcl/win/app/saltimer.cxx
@@ -95,7 +95,7 @@ void WinSalTimer::Start( sal_uLong nMS )
SAL_WARN_IF(0 == ret, "vcl", "ERROR: PostMessage() failed!");
}
else
- ImplSalStartTimer( nMS, FALSE );
+ ImplSalStartTimer( nMS );
}
void WinSalTimer::Stop()
More information about the Libreoffice-commits
mailing list