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
85829269
Kaydet (Commit)
85829269
authored
Nis 30, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708465 Uninitialized scalar field
Change-Id: I56bc0398a6c61c128a3fc07ab7761bd3bc70250d
üst
3124c258
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
9 deletions
+15
-9
txtfly.cxx
sw/source/core/text/txtfly.cxx
+15
-9
No files found.
sw/source/core/text/txtfly.cxx
Dosyayı görüntüle @
85829269
...
...
@@ -310,15 +310,21 @@ const SwRect SwContourCache::ContourRect( const SwFmt* pFmt,
return
aRet
;
}
SwTxtFly
::
SwTxtFly
()
:
pPage
(
0
),
mpCurrAnchoredObj
(
0
),
pCurrFrm
(
0
),
pMaster
(
0
),
mpAnchoredObjList
(
0
),
nMinBottom
(
0
),
nNextTop
(
0
),
nIndex
(
0
)
SwTxtFly
::
SwTxtFly
()
:
pPage
(
0
)
,
mpCurrAnchoredObj
(
0
)
,
pCurrFrm
(
0
)
,
pMaster
(
0
)
,
mpAnchoredObjList
(
0
)
,
nMinBottom
(
0
)
,
nNextTop
(
0
)
,
nIndex
(
0
)
,
bOn
(
false
)
,
bTopRule
(
false
)
,
mbIgnoreCurrentFrame
(
false
)
,
mbIgnoreContour
(
false
)
,
mbIgnoreObjsInHeaderFooter
(
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