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
ae531b69
Kaydet (Commit)
ae531b69
authored
Eki 27, 2017
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Another ImpGetIntntlSep() fix, tdf#81671 follow-up
Change-Id: I9c056a137ab873f677e374d75c4e2f06bf370f21
üst
ab7b10d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
sbxconv.hxx
basic/source/sbx/sbxconv.hxx
+1
-1
sbxdec.cxx
basic/source/sbx/sbxdec.cxx
+2
-1
No files found.
basic/source/sbx/sbxconv.hxx
Dosyayı görüntüle @
ae531b69
...
...
@@ -33,7 +33,7 @@ extern ErrCode ImpScan
// with advanced evaluation (International, "TRUE"/"FALSE")
extern
bool
ImpConvStringExt
(
OUString
&
rSrc
,
SbxDataType
eTargetType
);
void
ImpGetIntntlSep
(
sal_Unicode
&
rcDecimalSep
,
sal_Unicode
&
rcThousandSep
);
void
ImpGetIntntlSep
(
sal_Unicode
&
rcDecimalSep
,
sal_Unicode
&
rcThousandSep
,
sal_Unicode
&
rcDecimalSepAlt
);
// SBXINT.CXX
...
...
basic/source/sbx/sbxdec.cxx
Dosyayı görüntüle @
ae531b69
...
...
@@ -203,7 +203,8 @@ bool SbxDecimal::setString( OUString* pOUString )
// Convert delimiter
sal_Unicode
cDecimalSep
;
sal_Unicode
cThousandSep
;
ImpGetIntntlSep
(
cDecimalSep
,
cThousandSep
);
sal_Unicode
cDecimalSepAlt
;
ImpGetIntntlSep
(
cDecimalSep
,
cThousandSep
,
cDecimalSepAlt
);
bool
bRet
=
false
;
HRESULT
hResult
;
...
...
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