summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/scmod.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/app/scmod.cxx')
-rw-r--r--sc/source/ui/app/scmod.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 707ebb1e8f82..46789edb9567 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -1784,7 +1784,7 @@ void ScModule::EndReference()
*/
void ScModule::AnythingChanged()
{
- sal_uLong nOldTime = m_aIdleTimer.GetTimeout();
+ sal_uInt64 nOldTime = m_aIdleTimer.GetTimeout();
if ( nOldTime != SC_IDLE_MIN )
m_aIdleTimer.SetTimeout( SC_IDLE_MIN );
@@ -1849,8 +1849,8 @@ IMPL_LINK_NOARG(ScModule, IdleHandler, Timer *, void)
}
}
- sal_uLong nOldTime = m_aIdleTimer.GetTimeout();
- sal_uLong nNewTime = nOldTime;
+ sal_uInt64 nOldTime = m_aIdleTimer.GetTimeout();
+ sal_uInt64 nNewTime = nOldTime;
if ( bMore )
{
nNewTime = SC_IDLE_MIN;