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
76fe205d
Kaydet (Commit)
76fe205d
authored
Mar 05, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704761 Dereference after null check
Change-Id: I8e65332f202158e503da9b707bb9d6305133e68e
üst
a96c4e3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
showwin.cxx
sd/source/ui/slideshow/showwin.cxx
+2
-1
No files found.
sd/source/ui/slideshow/showwin.cxx
Dosyayı görüntüle @
76fe205d
...
...
@@ -481,7 +481,8 @@ void ShowWindow::RestartShow( sal_Int32 nPageIndexToRestart )
// show navigator?
if
(
mbShowNavigatorAfterSpecialMode
)
{
mpViewShell
->
GetViewFrame
()
->
ShowChildWindow
(
SID_NAVIGATOR
,
sal_True
);
if
(
mpViewShell
)
mpViewShell
->
GetViewFrame
()
->
ShowChildWindow
(
SID_NAVIGATOR
,
sal_True
);
mbShowNavigatorAfterSpecialMode
=
false
;
}
}
...
...
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