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
7ea7ae16
Kaydet (Commit)
7ea7ae16
authored
Nis 19, 2014
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1202818 improper use of negative value
Change-Id: I2b5fed2f9f9d6a4aa6a8087843fa1805c2d1ffe4
üst
c9e2ce54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
ww8par5.cxx
sw/source/filter/ww8/ww8par5.cxx
+7
-4
No files found.
sw/source/filter/ww8/ww8par5.cxx
Dosyayı görüntüle @
7ea7ae16
...
@@ -2533,12 +2533,15 @@ void SwWW8ImplReader::Read_SubF_Ruby( WW8ReadFieldParams& rReadParam)
...
@@ -2533,12 +2533,15 @@ void SwWW8ImplReader::Read_SubF_Ruby( WW8ReadFieldParams& rReadParam)
{
{
sRuby
=
sPart
.
copy
(
nBegin
+
1
,
nEnd
-
nBegin
-
1
);
sRuby
=
sPart
.
copy
(
nBegin
+
1
,
nEnd
-
nBegin
-
1
);
}
}
if
(
-
1
==
if
(
-
1
!=
nEnd
)
(
nBegin
=
sPart
.
indexOf
(
','
,
nEnd
)))
{
{
nBegin
=
sPart
.
indexOf
(
';'
,
nEnd
);
if
(
-
1
==
(
nBegin
=
sPart
.
indexOf
(
','
,
nEnd
)))
{
nBegin
=
sPart
.
indexOf
(
';'
,
nEnd
);
}
nEnd
=
sPart
.
lastIndexOf
(
')'
);
}
}
nEnd
=
sPart
.
lastIndexOf
(
')'
);
if
((
nBegin
!=
-
1
)
&&
(
nEnd
!=
-
1
))
if
((
nBegin
!=
-
1
)
&&
(
nEnd
!=
-
1
))
{
{
sText
=
sPart
.
copy
(
nBegin
+
1
,
nEnd
-
nBegin
-
1
);
sText
=
sPart
.
copy
(
nBegin
+
1
,
nEnd
-
nBegin
-
1
);
...
...
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