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
c893a820
Kaydet (Commit)
c893a820
authored
Nis 07, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix Redundant assignment of "nModToken" in switch
üst
e414736c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vmlformatting.cxx
oox/source/vml/vmlformatting.cxx
+1
-1
No files found.
oox/source/vml/vmlformatting.cxx
Dosyayı görüntüle @
c893a820
...
@@ -248,7 +248,7 @@ bool lclExtractDouble( double& orfValue, sal_Int32& ornEndPos, const OUString& r
...
@@ -248,7 +248,7 @@ bool lclExtractDouble( double& orfValue, sal_Int32& ornEndPos, const OUString& r
sal_Int32
nModToken
=
XML_TOKEN_INVALID
;
sal_Int32
nModToken
=
XML_TOKEN_INVALID
;
switch
(
AttributeConversion
::
decodeToken
(
aColorIndex
.
copy
(
0
,
nOpenParen
)
)
)
switch
(
AttributeConversion
::
decodeToken
(
aColorIndex
.
copy
(
0
,
nOpenParen
)
)
)
{
{
case
XML_darken
:
nModToken
=
XML_shade
;
case
XML_darken
:
nModToken
=
XML_shade
;
break
;
case
XML_lighten
:
nModToken
=
XML_tint
;
case
XML_lighten
:
nModToken
=
XML_tint
;
}
}
sal_Int32
nValue
=
aColorIndex
.
copy
(
nOpenParen
+
1
,
nCloseParen
-
nOpenParen
-
1
).
toInt32
();
sal_Int32
nValue
=
aColorIndex
.
copy
(
nOpenParen
+
1
,
nCloseParen
-
nOpenParen
-
1
).
toInt32
();
...
...
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