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
76e8c614
Kaydet (Commit)
76e8c614
authored
Nis 24, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:simplifybool
Change-Id: I427b32e79696bbdc521b78f4b4c1e6f4fce119a7
üst
ef5f02d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
drawshape.cxx
slideshow/source/engine/shapes/drawshape.cxx
+1
-2
interruptabledelayevent.hxx
slideshow/source/inc/interruptabledelayevent.hxx
+1
-1
No files found.
slideshow/source/engine/shapes/drawshape.cxx
Dosyayı görüntüle @
76e8c614
...
...
@@ -731,8 +731,7 @@ namespace slideshow
bool
DrawShape
::
isContentChanged
()
const
{
return
mbForceUpdate
?
true
:
return
mbForceUpdate
||
getUpdateFlags
()
!=
ViewShape
::
NONE
;
}
...
...
slideshow/source/inc/interruptabledelayevent.hxx
Dosyayı görüntüle @
76e8c614
...
...
@@ -62,7 +62,7 @@ namespace slideshow
// pass on to wrappee - this ensures that we return
// false on isCharged(), even if the other event has
// been fired outside our own fire() method
return
!
mpEvent
?
false
:
mpEvent
->
isCharged
();
return
mpEvent
&&
mpEvent
->
isCharged
();
}
virtual
double
getActivationTime
(
double
nCurrentTime
)
const
SAL_OVERRIDE
...
...
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