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
0323fc8a
Kaydet (Commit)
0323fc8a
authored
Mar 31, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#708441 Uninitialized pointer field
Change-Id: Ie122f0b2275ce62b8602078f897fb07f2a36234f
üst
73fb311e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
inftxt.cxx
sw/source/core/text/inftxt.cxx
+7
-4
inftxt.hxx
sw/source/core/text/inftxt.hxx
+1
-1
No files found.
sw/source/core/text/inftxt.cxx
Dosyayı görüntüle @
0323fc8a
...
@@ -1660,10 +1660,13 @@ SwTxtSlot::SwTxtSlot(
...
@@ -1660,10 +1660,13 @@ SwTxtSlot::SwTxtSlot(
bool
bTxtLen
,
bool
bTxtLen
,
bool
bExgLists
,
bool
bExgLists
,
const
sal_Char
*
pCh
)
const
sal_Char
*
pCh
)
:
pOldTxt
(
0
),
:
pOldTxt
(
0
)
pOldSmartTagList
(
0
),
,
pOldSmartTagList
(
0
)
pOldGrammarCheckList
(
0
),
,
pOldGrammarCheckList
(
0
)
pTempList
(
0
)
,
pTempList
(
0
)
,
nIdx
(
0
)
,
nLen
(
0
)
,
pInf
(
NULL
)
{
{
if
(
pCh
)
if
(
pCh
)
{
{
...
...
sw/source/core/text/inftxt.hxx
Dosyayı görüntüle @
0323fc8a
...
@@ -779,7 +779,7 @@ public:
...
@@ -779,7 +779,7 @@ public:
SwTxtSlot
(
const
SwTxtSizeInfo
*
pNew
,
const
SwLinePortion
*
pPor
,
bool
bTxtLen
,
SwTxtSlot
(
const
SwTxtSizeInfo
*
pNew
,
const
SwLinePortion
*
pPor
,
bool
bTxtLen
,
bool
bExgLists
,
const
sal_Char
*
pCh
=
NULL
);
bool
bExgLists
,
const
sal_Char
*
pCh
=
NULL
);
~
SwTxtSlot
();
~
SwTxtSlot
();
inline
bool
IsOn
()
const
{
return
bOn
;
}
bool
IsOn
()
const
{
return
bOn
;
}
};
};
/*************************************************************************
/*************************************************************************
...
...
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