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
566564b5
Kaydet (Commit)
566564b5
authored
Şub 10, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1130352 Unchecked dynamic_cast
Change-Id: I62f0e632e37a9b532248cd9c632d6cbc626045d0
üst
b74f9e31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ww8par.cxx
sw/source/filter/ww8/ww8par.cxx
+1
-1
No files found.
sw/source/filter/ww8/ww8par.cxx
Dosyayı görüntüle @
566564b5
...
@@ -3043,7 +3043,7 @@ bool SwWW8ImplReader::ReadPlainChars(WW8_CP& rPos, sal_Int32 nEnd, sal_Int32 nCp
...
@@ -3043,7 +3043,7 @@ bool SwWW8ImplReader::ReadPlainChars(WW8_CP& rPos, sal_Int32 nEnd, sal_Int32 nCp
sal_uInt16
nCTLLang
=
0
;
sal_uInt16
nCTLLang
=
0
;
const
SfxPoolItem
*
pItem
=
GetFmtAttr
(
RES_CHRATR_CTL_LANGUAGE
);
const
SfxPoolItem
*
pItem
=
GetFmtAttr
(
RES_CHRATR_CTL_LANGUAGE
);
if
(
pItem
!=
NULL
)
if
(
pItem
!=
NULL
)
nCTLLang
=
dynam
ic_cast
<
const
SvxLanguageItem
*>
(
pItem
)
->
GetLanguage
();
nCTLLang
=
stat
ic_cast
<
const
SvxLanguageItem
*>
(
pItem
)
->
GetLanguage
();
sal_Int32
nL2
;
sal_Int32
nL2
;
for
(
nL2
=
0
;
nL2
<
nStrLen
;
++
nL2
,
++
pWork
)
for
(
nL2
=
0
;
nL2
<
nStrLen
;
++
nL2
,
++
pWork
)
...
...
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