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
b3c11e2b
Kaydet (Commit)
b3c11e2b
authored
Tem 10, 2015
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
the last condition is "all other numbers", not the third, tdf#92457
Change-Id: Ic9571d938c4a8837c5712bafbfb2ebf9f32011df
üst
728b7f18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xmlnumfi.cxx
xmloff/source/style/xmlnumfi.cxx
+3
-3
No files found.
xmloff/source/style/xmlnumfi.cxx
Dosyayı görüntüle @
b3c11e2b
...
@@ -2129,10 +2129,10 @@ void SvXMLNumFormatContext::AddCondition( const sal_Int32 nIndex )
...
@@ -2129,10 +2129,10 @@ void SvXMLNumFormatContext::AddCondition( const sal_Int32 nIndex )
if
(
aConditions
.
isEmpty
()
&&
aMyConditions
.
size
()
==
1
&&
sRealCond
==
">=0"
)
if
(
aConditions
.
isEmpty
()
&&
aMyConditions
.
size
()
==
1
&&
sRealCond
==
">=0"
)
bDefaultCond
=
true
;
bDefaultCond
=
true
;
if
(
nType
==
XML_TOK_STYLES_TEXT_STYLE
&&
nIndex
==
2
)
if
(
nType
==
XML_TOK_STYLES_TEXT_STYLE
&&
static_cast
<
size_t
>
(
nIndex
)
==
aMyConditions
.
size
()
-
1
)
{
{
// The
third condition in a number format with a text part can only be
// The
last condition in a number format with a text part can only
// "all other numbers", the condition string must be empty.
//
be
"all other numbers", the condition string must be empty.
bDefaultCond
=
true
;
bDefaultCond
=
true
;
}
}
...
...
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