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
2448e6cf
Kaydet (Commit)
2448e6cf
authored
Şub 16, 2018
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Resolves: tdf#114833 do not officiously force Y-M-D if D-M-Y is applicable
Change-Id: Idbfecf0ff08843db9970a301ab3c3a7317c08cda
üst
bcdaaf62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
zforfind.cxx
svl/source/numbers/zforfind.cxx
+3
-1
No files found.
svl/source/numbers/zforfind.cxx
Dosyayı görüntüle @
2448e6cf
...
@@ -1068,7 +1068,9 @@ bool ImpSvNumberInputScan::CanForceToIso8601( DateOrder eDateOrder )
...
@@ -1068,7 +1068,9 @@ bool ImpSvNumberInputScan::CanForceToIso8601( DateOrder eDateOrder )
{
{
// As if any of the cases below can be applied, but only if a
// As if any of the cases below can be applied, but only if a
// locale dependent date pattern was not matched.
// locale dependent date pattern was not matched.
return
(
GetDatePatternNumbers
()
!=
nNumericsCnt
)
||
!
IsDatePatternNumberOfType
(
0
,
'Y'
);
if
((
GetDatePatternNumbers
()
==
nNumericsCnt
)
&&
IsDatePatternNumberOfType
(
0
,
'Y'
))
return
false
;
eDateOrder
=
GetDateOrder
();
}
}
nCanForceToIso8601
=
1
;
nCanForceToIso8601
=
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