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
73e4a2b2
Kaydet (Commit)
73e4a2b2
authored
Eyl 22, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Missing "const"
Change-Id: Ib0cd605cf8e71e94f4442c07300726aff1d9ce03
üst
1c15a20d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
zforlist.hxx
include/svl/zforlist.hxx
+1
-1
zforlist.cxx
svl/source/numbers/zforlist.cxx
+1
-1
No files found.
include/svl/zforlist.hxx
Dosyayı görüntüle @
73e4a2b2
...
@@ -829,7 +829,7 @@ private:
...
@@ -829,7 +829,7 @@ private:
// Generate additional formats provided by i18n
// Generate additional formats provided by i18n
SVL_DLLPRIVATE
void
ImpGenerateAdditionalFormats
(
sal_uInt32
CLOffset
,
SVL_DLLPRIVATE
void
ImpGenerateAdditionalFormats
(
sal_uInt32
CLOffset
,
css
::
uno
::
Reference
<
css
::
i18n
::
XNumberFormatCode
>&
rNumberFormatCode
,
css
::
uno
::
Reference
<
css
::
i18n
::
XNumberFormatCode
>
const
&
rNumberFormatCode
,
bool
bAfterChangingSystemCL
);
bool
bAfterChangingSystemCL
);
SVL_DLLPRIVATE
SvNumberformat
*
ImpInsertFormat
(
const
css
::
i18n
::
NumberFormatCode
&
rCode
,
SVL_DLLPRIVATE
SvNumberformat
*
ImpInsertFormat
(
const
css
::
i18n
::
NumberFormatCode
&
rCode
,
...
...
svl/source/numbers/zforlist.cxx
Dosyayı görüntüle @
73e4a2b2
...
@@ -2661,7 +2661,7 @@ void SvNumberFormatter::ImpGenerateFormats( sal_uInt32 CLOffset, bool bNoAdditio
...
@@ -2661,7 +2661,7 @@ void SvNumberFormatter::ImpGenerateFormats( sal_uInt32 CLOffset, bool bNoAdditio
void
SvNumberFormatter
::
ImpGenerateAdditionalFormats
(
sal_uInt32
CLOffset
,
void
SvNumberFormatter
::
ImpGenerateAdditionalFormats
(
sal_uInt32
CLOffset
,
css
::
uno
::
Reference
<
css
::
i18n
::
XNumberFormatCode
>&
rNumberFormatCode
,
css
::
uno
::
Reference
<
css
::
i18n
::
XNumberFormatCode
>
const
&
rNumberFormatCode
,
bool
bAfterChangingSystemCL
)
bool
bAfterChangingSystemCL
)
{
{
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
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