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
cb00ae0a
Kaydet (Commit)
cb00ae0a
authored
Mar 10, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1355504 Dereference before null check
Change-Id: I1f19fa2b55054bff7bb7e34d8a07dcf29fd229be
üst
b20af8b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
iconviewimpl.cxx
svtools/source/contnr/iconviewimpl.cxx
+1
-1
svimpbox.cxx
svtools/source/contnr/svimpbox.cxx
+1
-1
No files found.
svtools/source/contnr/iconviewimpl.cxx
Dosyayı görüntüle @
cb00ae0a
...
@@ -508,7 +508,7 @@ bool IconViewImpl::KeyInput( const KeyEvent& rKEvt )
...
@@ -508,7 +508,7 @@ bool IconViewImpl::KeyInput( const KeyEvent& rKEvt )
// if there is no next entry, take the current one
// if there is no next entry, take the current one
// this ensures that in case of _one_ entry in the list, this entry is selected when pressing
// this ensures that in case of _one_ entry in the list, this entry is selected when pressing
// the cursor key
// the cursor key
if
(
!
pNewCursor
&&
pCursor
)
if
(
!
pNewCursor
)
pNewCursor
=
pCursor
;
pNewCursor
=
pCursor
;
if
(
pNewCursor
)
if
(
pNewCursor
)
...
...
svtools/source/contnr/svimpbox.cxx
Dosyayı görüntüle @
cb00ae0a
...
@@ -2149,7 +2149,7 @@ bool SvImpLBox::KeyInput( const KeyEvent& rKEvt)
...
@@ -2149,7 +2149,7 @@ bool SvImpLBox::KeyInput( const KeyEvent& rKEvt)
// if there is no next entry, take the current one
// if there is no next entry, take the current one
// this ensures that in case of _one_ entry in the list, this entry is selected when pressing
// this ensures that in case of _one_ entry in the list, this entry is selected when pressing
// the cursor key
// the cursor key
if
(
!
pNewCursor
&&
pCursor
)
if
(
!
pNewCursor
)
pNewCursor
=
pCursor
;
pNewCursor
=
pCursor
;
if
(
pNewCursor
)
if
(
pNewCursor
)
...
...
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