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
42e74942
Kaydet (Commit)
42e74942
authored
Mar 07, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#704369 Logically dead code
Change-Id: I2fb01f407eee9a8bb4c63f2dda70e5088c80e4cf
üst
ade9581c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
14 deletions
+1
-14
ww8par6.cxx
sw/source/filter/ww8/ww8par6.cxx
+1
-14
No files found.
sw/source/filter/ww8/ww8par6.cxx
Dosyayı görüntüle @
42e74942
...
...
@@ -3185,20 +3185,8 @@ void SwWW8ImplReader::Read_Underline( sal_uInt16, const sal_uInt8* pData, short
// 3 = double, 4 = dotted, 5 = hidden
// 6 = thick, 7 = dash, 8 = dot(not used)
// 9 = dotdash 10 = dotdotdash 11 = wave
// pruefe auf Sonderfall "fett+unterstrichen"
bool
bAlsoBold
=
/*( 6 == b )*/
false
;
// erst mal ggfs. *bold* einschalten!
if
(
bAlsoBold
)
{
sal_uInt8
nOn
=
1
;
Read_BoldUsw
(
0x0835
,
&
nOn
,
nLen
);
eUnderline
=
UNDERLINE_SINGLE
;
}
else
switch
(
*
pData
)
{
switch
(
*
pData
)
{
case
2
:
bWordLine
=
true
;
// no break;
case
1
:
eUnderline
=
(
FontUnderline
)
UNDERLINE_SINGLE
;
break
;
case
3
:
eUnderline
=
(
FontUnderline
)
UNDERLINE_DOUBLE
;
break
;
...
...
@@ -3216,7 +3204,6 @@ void SwWW8ImplReader::Read_Underline( sal_uInt16, const sal_uInt8* pData, short
case
26
:
eUnderline
=
(
FontUnderline
)
UNDERLINE_BOLDDASHDOTDOT
;
break
;
case
27
:
eUnderline
=
(
FontUnderline
)
UNDERLINE_BOLDWAVE
;
break
;
case
43
:
eUnderline
=
(
FontUnderline
)
UNDERLINE_DOUBLEWAVE
;
break
;
}
}
}
...
...
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