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
45ef5c48
Kaydet (Commit)
45ef5c48
authored
Ock 24, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1130491 Unused pointer value
Change-Id: I6de205be4c35a0f06fa9c16671b99d44fb47f9d5
üst
604ce756
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
viewsh.cxx
sw/source/core/view/viewsh.cxx
+1
-2
No files found.
sw/source/core/view/viewsh.cxx
Dosyayı görüntüle @
45ef5c48
...
...
@@ -615,10 +615,9 @@ void SwViewShell::UpdateAllCharts()
sal_Bool
SwViewShell
::
HasCharts
()
const
{
sal_Bool
bRet
=
sal_False
;
const
SwStartNode
*
pStNd
;
SwNodeIndex
aIdx
(
*
GetDoc
()
->
GetNodes
().
GetEndOfAutotext
().
StartOfSectionNode
(),
1
);
while
(
0
!=
(
pStNd
=
aIdx
.
GetNode
().
GetStartNode
())
)
while
(
aIdx
.
GetNode
().
GetStartNode
()
)
{
++
aIdx
;
const
SwOLENode
*
pNd
=
aIdx
.
GetNode
().
GetOLENode
();
...
...
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