vcl/win/app/saltimer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5e406eca0b2df9f04093d858e5fb1c995d35e77f Author: Armin Le Grand <[email protected]> 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() _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
