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
88613ffe
Kaydet (Commit)
88613ffe
authored
May 07, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#735859 Explicit null dereferenced
Change-Id: I8edbf48bc981b4636dd55b5f4cd2b314d387486d
üst
1084a752
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
_contdlg.cxx
svx/source/dialog/_contdlg.cxx
+3
-7
No files found.
svx/source/dialog/_contdlg.cxx
Dosyayı görüntüle @
88613ffe
...
...
@@ -62,16 +62,12 @@ void SvxContourDlgItem::StateChanged( sal_uInt16 nSID, SfxItemState /*eState*/,
if
(
pItem
&&
(
SID_CONTOUR_EXEC
==
nSID
)
)
{
const
SfxBoolItem
*
pStateItem
=
PTR_CAST
(
SfxBoolItem
,
pItem
);
DBG_ASSERT
(
pStateItem
||
pItem
==
0
,
"SfxBoolItem expected "
);
rDlg
.
SetExecState
(
!
pStateItem
->
GetValue
()
);
assert
(
pStateItem
);
//SfxBoolItem expected
if
(
pStateItem
)
rDlg
.
SetExecState
(
!
pStateItem
->
GetValue
());
}
}
/******************************************************************************/
SvxContourDlgChildWindow
::
SvxContourDlgChildWindow
(
Window
*
_pParent
,
sal_uInt16
nId
,
SfxBindings
*
pBindings
,
SfxChildWinInfo
*
pInfo
)
:
SfxChildWindow
(
_pParent
,
nId
)
...
...
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