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
571096ab
Kaydet (Commit)
571096ab
authored
Ock 21, 2017
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1399022 Dereference after null check
Change-Id: I33c2007a8caf4f0c83cfe1119bba828f6a7c7c29
üst
c15695a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fltshell.cxx
sw/source/filter/basflt/fltshell.cxx
+2
-2
No files found.
sw/source/filter/basflt/fltshell.cxx
Dosyayı görüntüle @
571096ab
...
@@ -690,8 +690,8 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos,
...
@@ -690,8 +690,8 @@ void SwFltControlStack::SetAttrInDoc(const SwPosition& rTmpPos,
delete
pTOXAttr
->
GetBase
();
delete
pTOXAttr
->
GetBase
();
// set (above saved and removed) the break item at the node following the TOX
// set (above saved and removed) the break item at the node following the TOX
if
(
aBkSet
.
Count
()
)
if
(
pNd
&&
aBkSet
.
Count
()
)
pNd
->
SetAttr
(
aBkSet
);
pNd
->
SetAttr
(
aBkSet
);
}
}
break
;
break
;
case
RES_FLTR_REDLINE
:
case
RES_FLTR_REDLINE
:
...
...
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