Kaydet (Commit) 0a5c1be2 authored tarafından Tobias Madl's avatar Tobias Madl

Scheduler: replaced max cast with SAL_MAX_UINT64

Change-Id: I9e8d5863c31187b373ff93d5a6e992a1281220b4
üst 077043eb
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <vcl/timer.hxx> #include <vcl/timer.hxx>
#include <saltimer.hxx> #include <saltimer.hxx>
#define MAX_TIMER_PERIOD ((sal_uInt64)0xFFFFFFFF) #define MAX_TIMER_PERIOD SAL_MAX_UINT64
void ImplSchedulerData::Invoke() void ImplSchedulerData::Invoke()
{ {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include <svdata.hxx> #include <svdata.hxx>
#include <salinst.hxx> #include <salinst.hxx>
#define MAX_TIMER_PERIOD ((sal_uInt64)0xFFFFFFFF) #define MAX_TIMER_PERIOD SAL_MAX_UINT64
void Timer::ImplStartTimer( ImplSVData* pSVData, sal_uInt64 nMS ) void Timer::ImplStartTimer( ImplSVData* pSVData, sal_uInt64 nMS )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment