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
3d11e863
Kaydet (Commit)
3d11e863
authored
Şub 05, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#707768 Uninitialized scalar field
Change-Id: I47b507d4e256572f879bab72cf99f007bb2df771
üst
0f2a8ec5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
11 deletions
+17
-11
svxrtf.cxx
editeng/source/rtf/svxrtf.cxx
+17
-11
No files found.
editeng/source/rtf/svxrtf.cxx
Dosyayı görüntüle @
3d11e863
...
@@ -60,18 +60,24 @@ static rtl_TextEncoding lcl_GetDefaultTextEncodingForRTF()
...
@@ -60,18 +60,24 @@ static rtl_TextEncoding lcl_GetDefaultTextEncodingForRTF()
SvxRTFParser
::
SvxRTFParser
(
SfxItemPool
&
rPool
,
SvStream
&
rIn
,
SvxRTFParser
::
SvxRTFParser
(
SfxItemPool
&
rPool
,
SvStream
&
rIn
,
uno
::
Reference
<
document
::
XDocumentProperties
>
i_xDocProps
,
uno
::
Reference
<
document
::
XDocumentProperties
>
i_xDocProps
,
int
bReadNewDoc
)
int
bReadNewDoc
)
:
SvRTFParser
(
rIn
,
5
),
:
SvRTFParser
(
rIn
,
5
)
rStrm
(
rIn
),
,
rStrm
(
rIn
)
pInsPos
(
0
),
,
pInsPos
(
0
)
pAttrPool
(
&
rPool
),
,
pAttrPool
(
&
rPool
)
m_xDocProps
(
i_xDocProps
),
,
m_xDocProps
(
i_xDocProps
)
pRTFDefaults
(
0
),
,
pRTFDefaults
(
0
)
nVersionNo
(
0
)
,
nVersionNo
(
0
)
,
nDfltFont
(
0
)
,
bNewDoc
(
bReadNewDoc
)
,
bNewGroup
(
sal_False
)
,
bIsSetDfltTab
(
sal_False
)
,
bChkStyleAttr
(
sal_False
)
,
bCalcValue
(
sal_False
)
,
bPardTokenRead
(
sal_False
)
,
bReadDocInfo
(
sal_False
)
,
bIsLeftToRightDef
(
sal_True
)
,
bIsInReadStyleTab
(
sal_False
)
{
{
bNewDoc
=
bReadNewDoc
;
bChkStyleAttr
=
bCalcValue
=
bReadDocInfo
=
bIsInReadStyleTab
=
sal_False
;
bIsLeftToRightDef
=
sal_True
;
{
{
RTFPlainAttrMapIds
aTmp
(
rPool
);
RTFPlainAttrMapIds
aTmp
(
rPool
);
...
...
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