Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
0a5c1be2
Kaydet (Commit)
0a5c1be2
authored
Mar 10, 2015
tarafından
Tobias Madl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Scheduler: replaced max cast with SAL_MAX_UINT64
Change-Id: I9e8d5863c31187b373ff93d5a6e992a1281220b4
üst
077043eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
scheduler.cxx
vcl/source/app/scheduler.cxx
+1
-1
timer.cxx
vcl/source/app/timer.cxx
+1
-1
No files found.
vcl/source/app/scheduler.cxx
Dosyayı görüntüle @
0a5c1be2
...
@@ -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
()
{
{
...
...
vcl/source/app/timer.cxx
Dosyayı görüntüle @
0a5c1be2
...
@@ -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
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment