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
d851e1e3
Kaydet (Commit)
d851e1e3
authored
Mar 06, 2015
tarafından
Tobias Madl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Timer/Idle: wipe out old functionality
Change-Id: Id50533bc52f36d2daf31bfda4fabfb6d126df4b9
üst
7e2a0df7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
svapp.cxx
vcl/source/app/svapp.cxx
+0
-4
svmain.cxx
vcl/source/app/svmain.cxx
+0
-1
No files found.
vcl/source/app/svapp.cxx
Dosyayı görüntüle @
d851e1e3
...
@@ -342,10 +342,6 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
...
@@ -342,10 +342,6 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
{
{
ImplSVData
*
pSVData
=
ImplGetSVData
();
ImplSVData
*
pSVData
=
ImplGetSVData
();
// run timers that have timed out
//while ( pSVData->mbNotAllTimerCalled )
// Timer::ImplTimerCallbackProc();
//Process all Tasks
//Process all Tasks
Scheduler
::
ProcessTaskScheduling
(
false
);
Scheduler
::
ProcessTaskScheduling
(
false
);
...
...
vcl/source/app/svmain.cxx
Dosyayı görüntüle @
d851e1e3
...
@@ -387,7 +387,6 @@ void DeInitVCL()
...
@@ -387,7 +387,6 @@ void DeInitVCL()
if
(
pSVData
->
maAppData
.
mpIdleMgr
)
if
(
pSVData
->
maAppData
.
mpIdleMgr
)
delete
pSVData
->
maAppData
.
mpIdleMgr
;
delete
pSVData
->
maAppData
.
mpIdleMgr
;
//Timer::ImplDeInitTimer();
Scheduler
::
ImplDeInitScheduler
();
Scheduler
::
ImplDeInitScheduler
();
if
(
pSVData
->
maWinData
.
mpMsgBoxImgList
)
if
(
pSVData
->
maWinData
.
mpMsgBoxImgList
)
...
...
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