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
266cbbdf
Kaydet (Commit)
266cbbdf
authored
Mar 11, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#441017 Dereference before null check
Change-Id: I3df33251d72266afb43532bee07058e691a6cf66
üst
7f8b1b58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sfxbasecontroller.cxx
sfx2/source/view/sfxbasecontroller.cxx
+1
-1
No files found.
sfx2/source/view/sfxbasecontroller.cxx
Dosyayı görüntüle @
266cbbdf
...
@@ -358,7 +358,7 @@ void SAL_CALL IMPL_SfxBaseController_CloseListenerHelper::queryClosing( const la
...
@@ -358,7 +358,7 @@ void SAL_CALL IMPL_SfxBaseController_CloseListenerHelper::queryClosing( const la
{
{
SolarMutexGuard
aGuard
;
SolarMutexGuard
aGuard
;
SfxViewShell
*
pShell
=
m_pController
->
GetViewShell_Impl
();
SfxViewShell
*
pShell
=
m_pController
->
GetViewShell_Impl
();
if
(
m_pController
!=
NULL
&&
pShell
)
if
(
pShell
)
{
{
bool
bCanClose
=
pShell
->
PrepareClose
(
sal_False
);
bool
bCanClose
=
pShell
->
PrepareClose
(
sal_False
);
if
(
!
bCanClose
)
if
(
!
bCanClose
)
...
...
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