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
737a584d
Kaydet (Commit)
737a584d
authored
Şub 08, 2012
tarafından
Greg Kroah-Hartman
Kaydeden (comit)
Norbert Thiebaud
Şub 08, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
vcl: I18nHelper: delete unused GetDate() method
üst
d857f093
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
i18nhelp.hxx
vcl/inc/vcl/i18nhelp.hxx
+0
-1
i18nhelp.cxx
vcl/source/app/i18nhelp.cxx
+0
-7
No files found.
vcl/inc/vcl/i18nhelp.hxx
Dosyayı görüntüle @
737a584d
...
...
@@ -86,7 +86,6 @@ public:
sal_Bool
MatchString
(
const
String
&
rStr1
,
const
String
&
rStr2
)
const
;
sal_Bool
MatchMnemonic
(
const
String
&
rString
,
sal_Unicode
cMnemonicChar
)
const
;
String
GetDate
(
const
Date
&
rDate
)
const
;
String
GetNum
(
long
nNumber
,
sal_uInt16
nDecimals
,
sal_Bool
bUseThousandSep
=
sal_True
,
sal_Bool
bTrailingZeros
=
sal_True
)
const
;
static
String
filterFormattingChars
(
const
String
&
);
...
...
vcl/source/app/i18nhelp.cxx
Dosyayı görüntüle @
737a584d
...
...
@@ -175,13 +175,6 @@ sal_Bool vcl::I18nHelper::MatchMnemonic( const String& rString, sal_Unicode cMne
}
String
vcl
::
I18nHelper
::
GetDate
(
const
Date
&
rDate
)
const
{
::
osl
::
Guard
<
::
osl
::
Mutex
>
aGuard
(
((
vcl
::
I18nHelper
*
)
this
)
->
maMutex
);
return
ImplGetLocaleDataWrapper
().
getDate
(
rDate
);
}
String
vcl
::
I18nHelper
::
GetNum
(
long
nNumber
,
sal_uInt16
nDecimals
,
sal_Bool
bUseThousandSep
,
sal_Bool
bTrailingZeros
)
const
{
return
ImplGetLocaleDataWrapper
().
getNum
(
nNumber
,
nDecimals
,
bUseThousandSep
,
bTrailingZeros
);
...
...
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