[Libreoffice-commits] core.git: vcl/headless
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Feb 26 10:30:21 UTC 2019
vcl/headless/svpinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 53eb2cdb5558713bfe2fa4fc4ba2bbdd5da6b6e1
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Tue Feb 26 12:19:11 2019 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Tue Feb 26 12:20:04 2019 +0200
fix android build (2)
after
commit 589ce33041df5ca1c3f6d914d5d33d0fffb69f8f
Date: Mon Feb 25 14:38:21 2019 +0200
sal_uIntPtr->sal_uInt64 in SalTimer::Start
Change-Id: I0fe5d972d2acf90a98f6e0203c51e509a60920c1
diff --git a/vcl/headless/svpinst.cxx b/vcl/headless/svpinst.cxx
index c88238665758..908866cc3293 100644
--- a/vcl/headless/svpinst.cxx
+++ b/vcl/headless/svpinst.cxx
@@ -576,7 +576,7 @@ void SvpSalTimer::Stop()
m_pInstance->StopTimer();
}
-void SvpSalTimer::Start( sal_uLong nMS )
+void SvpSalTimer::Start( sal_uInt64 nMS )
{
m_pInstance->StartTimer( nMS );
}
More information about the Libreoffice-commits
mailing list