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
679628f2
Kaydet (Commit)
679628f2
authored
Kas 21, 2012
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
initialize nCheckPos before passing it, undefined to SvNumberFormatter
Change-Id: I8e80de82354ed0adf66b39175a5c9b993c541821
üst
83833aa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
fmtfield.cxx
svtools/source/control/fmtfield.cxx
+3
-3
No files found.
svtools/source/control/fmtfield.cxx
Dosyayı görüntüle @
679628f2
...
@@ -715,8 +715,8 @@ void FormattedField::SetThousandsSep(sal_Bool _bUseSeparator)
...
@@ -715,8 +715,8 @@ void FormattedField::SetThousandsSep(sal_Bool _bUseSeparator)
// generate a new format ...
// generate a new format ...
OUString
sFmtDescription
=
ImplGetFormatter
()
->
GenerateFormat
(
m_nFormatKey
,
eLang
,
_bUseSeparator
,
IsRed
,
nPrecision
,
nAnzLeading
);
OUString
sFmtDescription
=
ImplGetFormatter
()
->
GenerateFormat
(
m_nFormatKey
,
eLang
,
_bUseSeparator
,
IsRed
,
nPrecision
,
nAnzLeading
);
// ... and introduce it to the formatter
// ... and introduce it to the formatter
sal_Int32
nCheckPos
;
sal_Int32
nCheckPos
=
0
;
sal_uInt32
nNewKey
;
sal_uInt32
nNewKey
;
short
nType
;
short
nType
;
ImplGetFormatter
()
->
PutEntry
(
sFmtDescription
,
nCheckPos
,
nType
,
nNewKey
,
eLang
);
ImplGetFormatter
()
->
PutEntry
(
sFmtDescription
,
nCheckPos
,
nType
,
nNewKey
,
eLang
);
...
@@ -758,7 +758,7 @@ void FormattedField::SetDecimalDigits(sal_uInt16 _nPrecision)
...
@@ -758,7 +758,7 @@ void FormattedField::SetDecimalDigits(sal_uInt16 _nPrecision)
// generate a new format ...
// generate a new format ...
OUString
sFmtDescription
=
ImplGetFormatter
()
->
GenerateFormat
(
m_nFormatKey
,
eLang
,
bThousand
,
IsRed
,
_nPrecision
,
nAnzLeading
);
OUString
sFmtDescription
=
ImplGetFormatter
()
->
GenerateFormat
(
m_nFormatKey
,
eLang
,
bThousand
,
IsRed
,
_nPrecision
,
nAnzLeading
);
// ... and introduce it to the formatter
// ... and introduce it to the formatter
sal_Int32
nCheckPos
;
sal_Int32
nCheckPos
=
0
;
sal_uInt32
nNewKey
;
sal_uInt32
nNewKey
;
short
nType
;
short
nType
;
ImplGetFormatter
()
->
PutEntry
(
sFmtDescription
,
nCheckPos
,
nType
,
nNewKey
,
eLang
);
ImplGetFormatter
()
->
PutEntry
(
sFmtDescription
,
nCheckPos
,
nType
,
nNewKey
,
eLang
);
...
...
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